更新qss文件,
子窗口可定制是否关闭最小化和最大化
This commit is contained in:
parent
6e346d0fbb
commit
414fa36433
@ -29,21 +29,25 @@ padding-top:1px;
|
|||||||
QPushButton#BTN_DOWNLOAD{
|
QPushButton#BTN_DOWNLOAD{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_download.png");
|
image:url(":/res/img/btn/btn_download.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_SETS{
|
QPushButton#BTN_SETS{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_setting.png");
|
image:url(":/res/img/btn/btn_setting.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_UPDATE{
|
QPushButton#BTN_UPDATE{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_update.png");
|
image:url(":/res/img/btn/btn_update.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_ABOUT{
|
QPushButton#BTN_ABOUT{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_about.png");
|
image:url(":/res/img/btn/btn_about.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,21 +29,25 @@ QPushButton:hover{
|
|||||||
QPushButton#BTN_DOWNLOAD{
|
QPushButton#BTN_DOWNLOAD{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_download.png");
|
image:url(":/res/img/btn/btn_download.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_SETS{
|
QPushButton#BTN_SETS{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_setting.png");
|
image:url(":/res/img/btn/btn_setting.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_UPDATE{
|
QPushButton#BTN_UPDATE{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_update.png");
|
image:url(":/res/img/btn/btn_update.png");
|
||||||
}
|
}
|
||||||
QPushButton#BTN_ABOUT{
|
QPushButton#BTN_ABOUT{
|
||||||
width:25px;
|
width:25px;
|
||||||
height:25px;
|
height:25px;
|
||||||
|
border:none;
|
||||||
image:url(":/res/img/btn/btn_about.png");
|
image:url(":/res/img/btn/btn_about.png");
|
||||||
}
|
}
|
||||||
QTableView#GAME_INFO_TABLE::item:selected {
|
QTableView#GAME_INFO_TABLE::item:selected {
|
||||||
|
@ -305,6 +305,8 @@ void sui_title::set_type(QD_TYPE _type)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
disconnect(m_btn_vectors[0], SIGNAL(clicked(bool)), this, SLOT(slots_on_clicked()));
|
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)
|
void sui_title::set_title(QString str)
|
||||||
|
Loading…
Reference in New Issue
Block a user