diff options
| author | Martin Kaistra | 2017-04-22 10:42:31 +0200 |
|---|---|---|
| committer | Martin Kaistra | 2017-04-22 10:42:31 +0200 |
| commit | 6eb601ca9ab2d9efbe591e5f6ae0f19e732260a6 (patch) | |
| tree | 9677c2cf51695134e6ffbfc288e33fb74a7ba667 /main.ui | |
| parent | 19cf45785461ffd44c8bdec7ae4634bf828e75ed (diff) | |
| parent | 4aef5bfdb7f04dde13b1c6a94172824ce143be6e (diff) | |
Merge branch 'font-settings#8' of https://github.com/HunterwolfAT/audio-visualizer-python into HunterwolfAT-font-settings#8
Diffstat (limited to 'main.ui')
| -rw-r--r-- | main.ui | 104 |
1 files changed, 102 insertions, 2 deletions
@@ -172,6 +172,108 @@ </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> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QComboBox" name="alignmentComboBox"/> + </item> + <item> + <widget class="QLabel" name="label_fontsize"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="fontsizeSpinBox"> + <property name="maximum"> + <number>999</number> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_textX"> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="text"> + <string>X</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="textXSpinBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimum"> + <number>-99999</number> + </property> + <property name="maximum"> + <number>99999</number> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_textY"> + <property name="text"> + <string>Y</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="textYSpinBox"> + <property name="minimum"> + <number>-99999</number> + </property> + <property name="maximum"> + <number>99999</number> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_title"> @@ -209,8 +311,6 @@ </layout> </item> </layout> - <zorder>verticalLayoutWidget_2</zorder> - <zorder>layoutWidget_2</zorder> </widget> </item> <item> |
