更新qss文件,

子窗口可定制是否关闭最小化和最大化
This commit is contained in:
JackLee_CN 2024-11-07 12:37:01 +08:00
parent 6e346d0fbb
commit 414fa36433
3 changed files with 10 additions and 0 deletions

View File

@ -29,21 +29,25 @@ padding-top:1px;
QPushButton#BTN_DOWNLOAD{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_download.png");
}
QPushButton#BTN_SETS{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_setting.png");
}
QPushButton#BTN_UPDATE{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_update.png");
}
QPushButton#BTN_ABOUT{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_about.png");
}

View File

@ -29,21 +29,25 @@ QPushButton:hover{
QPushButton#BTN_DOWNLOAD{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_download.png");
}
QPushButton#BTN_SETS{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_setting.png");
}
QPushButton#BTN_UPDATE{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_update.png");
}
QPushButton#BTN_ABOUT{
width:25px;
height:25px;
border:none;
image:url(":/res/img/btn/btn_about.png");
}
QTableView#GAME_INFO_TABLE::item:selected {

View File

@ -305,6 +305,8 @@ void sui_title::set_type(QD_TYPE _type)
else
{
disconnect(m_btn_vectors[0], SIGNAL(clicked(bool)), this, SLOT(slots_on_clicked()));
m_btn_vectors[1]->setVisible(false);
m_btn_vectors[2]->setVisible(false);
}
}
void sui_title::set_title(QString str)