modify ui beautiful
This commit is contained in:
parent
bec8d013ed
commit
6c0a2b7591
@ -32,7 +32,7 @@
|
||||
|
||||
7.属性、实体、report等这些窗口,加上稍微明显一点的边界,然后点击边界拖动时候改变窗口大小或者改变位置。就和桌面上的文件一样任意改变窗口大小和位置。
|
||||
解决方案
|
||||
a、界面美化,层次感
|
||||
a、界面美化,层次感 (解决)
|
||||
b、鼠标拖动放大缩小之后,松开鼠标再次拖动无法缩小
|
||||
c、所有窗口都用dock形式,用户随意拖动放置到其他窗口中
|
||||
d、窗口布局影响窗口位置
|
||||
|
@ -1645,12 +1645,12 @@
|
||||
<translation>ui设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/Menu/SystemManagerMenu.cpp" line="53"/>
|
||||
<location filename="../ui/Menu/SystemManagerMenu.cpp" line="54"/>
|
||||
<source>question</source>
|
||||
<translation>询问</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/Menu/SystemManagerMenu.cpp" line="53"/>
|
||||
<location filename="../ui/Menu/SystemManagerMenu.cpp" line="54"/>
|
||||
<source>are you sure to exit</source>
|
||||
<translation>确定退出</translation>
|
||||
</message>
|
||||
|
@ -16,6 +16,7 @@ SystemManagerMenu::SystemManagerMenu(QWidget* parent)
|
||||
InitConnect();
|
||||
LOG_INFO("SystemManagerMenu init");
|
||||
windowManagerMenu_ = new QMenu(this);
|
||||
windowManagerMenu_->setWindowFlags(windowManagerMenu_->windowFlags() | Qt::FramelessWindowHint);
|
||||
}
|
||||
|
||||
SystemManagerMenu::~SystemManagerMenu() {
|
||||
|
Loading…
Reference in New Issue
Block a user