新增了SpkAppItem,更改style型对象名,修复侧边栏bug

This commit is contained in:
RigoLigoRLC
2021-08-18 16:44:05 +08:00
parent d49917c6fb
commit f6baf41306
16 changed files with 150 additions and 44 deletions
+3 -1
View File
@@ -11,6 +11,7 @@
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QSlider>
#include "spkappitem.h"
#include "spkloading.h"
@@ -23,7 +24,7 @@ namespace SpkUi
SpkPageUiTest(QWidget *parent = nullptr);
QWidget *WidL, *WidR;
QVBoxLayout *VLayWidgets,
*VLayBtn,
*VLayTestWidgets,
*VLayInput;
QHBoxLayout *HLay4Slider,
*HLayInputBtns;
@@ -38,6 +39,7 @@ namespace SpkUi
QSlider *SlideH;
QSlider *SlideV;
SpkLoading *Loading;
SpkAppItem *AppItem;
QLineEdit *PopupText;
QPushButton *ShowPopup,