mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-04 00:02:21 +08:00
update:创建初始化样式函数
This commit is contained in:
parent
7a1eeb8d4d
commit
3dde50ce27
@ -7,6 +7,11 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
{
|
||||
checkUpdates();
|
||||
ui->setupUi(this);
|
||||
}
|
||||
//初始化控件样式
|
||||
void MainWindow::initStyle()
|
||||
{
|
||||
|
||||
}
|
||||
void MainWindow::checkUpdates()
|
||||
{
|
||||
|
||||
@ -20,5 +20,6 @@ public:
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
void checkUpdates();
|
||||
void initStyle();
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user