mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 21:32:05 +08:00
删除 标题栏分割线
修复 下载列表间隙问题
This commit is contained in:
@@ -145,7 +145,7 @@ void Widget::initUI()
|
|||||||
titlebar->setTitle("星火应用商店");
|
titlebar->setTitle("星火应用商店");
|
||||||
searchEdit->setPlaceholderText("搜索或打开链接");
|
searchEdit->setPlaceholderText("搜索或打开链接");
|
||||||
searchEdit->setFixedWidth(300);
|
searchEdit->setFixedWidth(300);
|
||||||
titlebar->setSeparatorVisible(true);
|
titlebar->setSeparatorVisible(false);
|
||||||
// titlebar->setAutoHideOnFullscreen(true);
|
// titlebar->setAutoHideOnFullscreen(true);
|
||||||
|
|
||||||
//添加菜单项
|
//添加菜单项
|
||||||
|
|||||||
13
widget.ui
13
widget.ui
@@ -287,7 +287,7 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="page">
|
<widget class="QWidget" name="page">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||||
@@ -613,8 +613,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QListWidget" name="listWidget">
|
<widget class="QListWidget" name="listWidget">
|
||||||
|
<property name="frameShape">
|
||||||
|
<enum>QFrame::NoFrame</enum>
|
||||||
|
</property>
|
||||||
<property name="frameShadow">
|
<property name="frameShadow">
|
||||||
<enum>QFrame::Plain</enum>
|
<enum>QFrame::Sunken</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="lineWidth">
|
<property name="lineWidth">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
@@ -672,7 +675,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>404</width>
|
<width>901</width>
|
||||||
<height>849</height>
|
<height>849</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -968,8 +971,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>98</width>
|
<width>867</width>
|
||||||
<height>28</height>
|
<height>325</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
|
|||||||
Reference in New Issue
Block a user