Less horrific UI layout

This commit is contained in:
ArsenArsen 2017-04-23 20:39:39 +02:00
parent 24ee056485
commit bfdca06a1a
1 changed files with 33 additions and 56 deletions

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>256</width> <width>312</width>
<height>286</height> <height>317</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -19,70 +19,47 @@
</property> </property>
<widget class="QWidget" name="centralWidget"> <widget class="QWidget" name="centralWidget">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<widget class="QLabel" name="label"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="geometry"> <item>
<rect> <widget class="QLabel" name="label">
<x>0</x> <property name="text">
<y>0</y> <string>Uploader selection:</string>
<width>181</width> </property>
<height>19</height> </widget>
</rect> </item>
</property> <item>
<property name="text"> <widget class="QListWidget" name="uploaderList"/>
<string>Uploader selection:</string> </item>
</property> <item>
</widget> <widget class="QLabel" name="label_2">
<widget class="QListWidget" name="uploaderList"> <property name="text">
<property name="geometry"> <string>File name scheme:</string>
<rect> </property>
<x>0</x> </widget>
<y>20</y> </item>
<width>251</width> <item>
<height>192</height> <widget class="QLineEdit" name="nameScheme">
</rect> <property name="toolTip">
</property> <string>http://doc.qt.io/qt-5/qdatetime.html#toString</string>
</widget> </property>
<widget class="QLineEdit" name="nameScheme"> <property name="text">
<property name="geometry"> <string>Screenshot %(yyyy-MM-dd HH:mm:ss)date</string>
<rect> </property>
<x>0</x> </widget>
<y>230</y> </item>
<width>251</width> </layout>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>http://doc.qt.io/qt-5/qdatetime.html#toString</string>
</property>
<property name="text">
<string>Screenshot %(yyyy-MM-dd HH:mm:ss)date</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>0</x>
<y>210</y>
<width>141</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>File name scheme:</string>
</property>
</widget>
</widget> </widget>
<widget class="QMenuBar" name="menuBar"> <widget class="QMenuBar" name="menuBar">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>256</width> <width>312</width>
<height>24</height> <height>24</height>
</rect> </rect>
</property> </property>