|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>400</width> |
10 | | - <height>300</height> |
| 9 | + <width>454</width> |
| 10 | + <height>356</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Dialog</string> |
15 | 15 | </property> |
16 | | - <layout class="QGridLayout" name="gridLayout"> |
| 16 | + <layout class="QGridLayout" name="gridLayout_4"> |
17 | 17 | <item row="0" column="0"> |
18 | 18 | <widget class="QTabWidget" name="tabWidget"> |
19 | 19 | <property name="currentIndex"> |
20 | | - <number>1</number> |
| 20 | + <number>0</number> |
21 | 21 | </property> |
22 | 22 | <widget class="QWidget" name="General"> |
23 | 23 | <attribute name="title"> |
|
67 | 67 | </layout> |
68 | 68 | </item> |
69 | 69 | <item row="3" column="0"> |
70 | | - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
71 | | - <item> |
72 | | - <widget class="QLabel" name="label_3"> |
73 | | - <property name="text"> |
74 | | - <string>Download folder:</string> |
75 | | - </property> |
76 | | - </widget> |
77 | | - </item> |
78 | | - <item> |
79 | | - <widget class="QLineEdit" name="leDownloadFolder"/> |
80 | | - </item> |
81 | | - <item> |
82 | | - <widget class="QPushButton" name="pbDownloadFolder"> |
83 | | - <property name="text"> |
84 | | - <string>Browser</string> |
85 | | - </property> |
86 | | - </widget> |
87 | | - </item> |
88 | | - </layout> |
| 70 | + <widget class="QGroupBox" name="groupBox"> |
| 71 | + <property name="title"> |
| 72 | + <string>Download</string> |
| 73 | + </property> |
| 74 | + <layout class="QGridLayout" name="gridLayout"> |
| 75 | + <item row="0" column="0"> |
| 76 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 77 | + <item> |
| 78 | + <widget class="QLabel" name="label_3"> |
| 79 | + <property name="text"> |
| 80 | + <string>Download folder:</string> |
| 81 | + </property> |
| 82 | + </widget> |
| 83 | + </item> |
| 84 | + <item> |
| 85 | + <widget class="QLineEdit" name="leDownloadFolder"> |
| 86 | + <property name="sizePolicy"> |
| 87 | + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
| 88 | + <horstretch>0</horstretch> |
| 89 | + <verstretch>0</verstretch> |
| 90 | + </sizepolicy> |
| 91 | + </property> |
| 92 | + </widget> |
| 93 | + </item> |
| 94 | + <item> |
| 95 | + <widget class="QPushButton" name="pbDownloadFolder"> |
| 96 | + <property name="sizePolicy"> |
| 97 | + <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
| 98 | + <horstretch>0</horstretch> |
| 99 | + <verstretch>0</verstretch> |
| 100 | + </sizepolicy> |
| 101 | + </property> |
| 102 | + <property name="text"> |
| 103 | + <string>Browser</string> |
| 104 | + </property> |
| 105 | + </widget> |
| 106 | + </item> |
| 107 | + </layout> |
| 108 | + </item> |
| 109 | + <item row="1" column="0"> |
| 110 | + <widget class="QCheckBox" name="cbDownloadShowWindow"> |
| 111 | + <property name="text"> |
| 112 | + <string>Always show the download manager window</string> |
| 113 | + </property> |
| 114 | + </widget> |
| 115 | + </item> |
| 116 | + <item row="2" column="0"> |
| 117 | + <widget class="QCheckBox" name="cbDownloadSave"> |
| 118 | + <property name="toolTip"> |
| 119 | + <string>Always show the option to choose the download save location.</string> |
| 120 | + </property> |
| 121 | + <property name="statusTip"> |
| 122 | + <string>Always show the option to choose the download save location.</string> |
| 123 | + </property> |
| 124 | + <property name="whatsThis"> |
| 125 | + <string>Always show the option to choose the download save location.</string> |
| 126 | + </property> |
| 127 | + <property name="text"> |
| 128 | + <string>Always ask for the download file save location</string> |
| 129 | + </property> |
| 130 | + </widget> |
| 131 | + </item> |
| 132 | + </layout> |
| 133 | + </widget> |
89 | 134 | </item> |
90 | 135 | <item row="4" column="0"> |
91 | 136 | <widget class="QCheckBox" name="cbOpenPreious"> |
|
94 | 139 | </property> |
95 | 140 | </widget> |
96 | 141 | </item> |
97 | | - <item row="5" column="0"> |
| 142 | + <item row="6" column="0"> |
98 | 143 | <spacer name="verticalSpacer"> |
99 | 144 | <property name="orientation"> |
100 | | - <enum>Qt::Orientation::Vertical</enum> |
| 145 | + <enum>Qt::Vertical</enum> |
101 | 146 | </property> |
102 | 147 | <property name="sizeHint" stdset="0"> |
103 | 148 | <size> |
|
122 | 167 | <item> |
123 | 168 | <spacer name="horizontalSpacer"> |
124 | 169 | <property name="orientation"> |
125 | | - <enum>Qt::Orientation::Horizontal</enum> |
| 170 | + <enum>Qt::Horizontal</enum> |
126 | 171 | </property> |
127 | 172 | <property name="sizeHint" stdset="0"> |
128 | 173 | <size> |
|
177 | 222 | <item row="1" column="0"> |
178 | 223 | <widget class="QDialogButtonBox" name="buttonBox"> |
179 | 224 | <property name="orientation"> |
180 | | - <enum>Qt::Orientation::Horizontal</enum> |
| 225 | + <enum>Qt::Horizontal</enum> |
181 | 226 | </property> |
182 | 227 | <property name="standardButtons"> |
183 | | - <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
| 228 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
184 | 229 | </property> |
185 | 230 | </widget> |
186 | 231 | </item> |
|
0 commit comments