优化 UI细节

This commit is contained in:
Maicss
2020-08-09 09:08:39 +08:00
parent f39890240f
commit f9b8faa638
4 changed files with 141 additions and 108 deletions

View File

@@ -16,6 +16,8 @@ public:
explicit image_show(QWidget *parent = nullptr);
void setImage(QPixmap);
int desktop_w;
int desktop_h;
private:
QLabel *m_label=new QLabel;
QPixmap m_image;