diff options
| author | Maximilian Siess | 2017-04-18 13:35:29 +0200 |
|---|---|---|
| committer | Maximilian Siess | 2017-04-18 13:35:29 +0200 |
| commit | c772bf5583dec23513371392ca6d2018518483cb (patch) | |
| tree | 1de8e0323662a494679d52212107840d861c9045 /main.ui | |
| parent | 7d2ecb0d1511f9918a951c995988e797d2971fd7 (diff) | |
Added text alignment option
Diffstat (limited to 'main.ui')
| -rw-r--r-- | main.ui | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -172,6 +172,41 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <item> + <widget class="QLabel" name="label_alignment"> + <property name="minimumSize"> + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>200</width> + <height>16777215</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="alignmentComboBox"/> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_title"> |
