Skip to content

Commit

Permalink
qss模块:添加布局
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaGouFdog committed Jun 29, 2024
1 parent 1f6fe09 commit 108d686
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 6 deletions.
Binary file added module_qss/image/Flayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module_qss/image/Glayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module_qss/image/Hlayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module_qss/image/QWidgetQFrame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module_qss/image/QWidgetQFrame2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module_qss/image/Vlayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions module_qss/qss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ void qss::on_listWidget_currentRowChanged(int currentRow)
{
ui->stackedWidget_select->setCurrentIndex(currentRow);
}

void qss::on_listWidget_qss_currentRowChanged(int currentRow)
{
ui->stackedWidget_qss->setCurrentIndex(currentRow);
}
697 changes: 691 additions & 6 deletions module_qss/qss.ui

Large diffs are not rendered by default.

0 comments on commit 108d686

Please sign in to comment.