diff options
| author | tassaron | 2022-05-08 23:50:41 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-08 23:50:41 -0400 |
| commit | c8101433615d8368555d52f92928b40cd19445e4 (patch) | |
| tree | 79542b1b986e2fb3692f8b26559e3360413897e1 | |
| parent | 4ab75a9a51789b22b24b9cd482de9b2a55d6c271 (diff) | |
reorganize Classic Visualizer widgets to be more left-aligned
Looks less weird when window is maximized
| -rw-r--r-- | src/components/original.ui | 97 |
1 files changed, 68 insertions, 29 deletions
diff --git a/src/components/original.ui b/src/components/original.ui index 5df2f96..c7b7e22 100644 --- a/src/components/original.ui +++ b/src/components/original.ui | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | <enum>Qt::Horizontal</enum> | 47 | <enum>Qt::Horizontal</enum> |
| 48 | </property> | 48 | </property> |
| 49 | <property name="sizeType"> | 49 | <property name="sizeType"> |
| 50 | <enum>QSizePolicy::MinimumExpanding</enum> | 50 | <enum>QSizePolicy::Fixed</enum> |
| 51 | </property> | 51 | </property> |
| 52 | <property name="sizeHint" stdset="0"> | 52 | <property name="sizeHint" stdset="0"> |
| 53 | <size> | 53 | <size> |
| @@ -87,32 +87,60 @@ | |||
| 87 | <widget class="QLineEdit" name="lineEdit_visColor"/> | 87 | <widget class="QLineEdit" name="lineEdit_visColor"/> |
| 88 | </item> | 88 | </item> |
| 89 | <item> | 89 | <item> |
| 90 | <spacer name="horizontalSpacer_2"> | 90 | <spacer name="horizontalSpacer_4"> |
| 91 | <property name="orientation"> | 91 | <property name="orientation"> |
| 92 | <enum>Qt::Horizontal</enum> | 92 | <enum>Qt::Horizontal</enum> |
| 93 | </property> | 93 | </property> |
| 94 | <property name="sizeType"> | ||
| 95 | <enum>QSizePolicy::Fixed</enum> | ||
| 96 | </property> | ||
| 94 | <property name="sizeHint" stdset="0"> | 97 | <property name="sizeHint" stdset="0"> |
| 95 | <size> | 98 | <size> |
| 96 | <width>40</width> | 99 | <width>5</width> |
| 97 | <height>20</height> | 100 | <height>20</height> |
| 98 | </size> | 101 | </size> |
| 99 | </property> | 102 | </property> |
| 100 | </spacer> | 103 | </spacer> |
| 101 | </item> | 104 | </item> |
| 102 | <item> | 105 | <item> |
| 103 | <widget class="QLabel" name="label_3"> | 106 | <widget class="QLabel" name="label_Y"> |
| 104 | <property name="text"> | 107 | <property name="text"> |
| 105 | <string>Sensitivity</string> | 108 | <string>Y</string> |
| 106 | </property> | 109 | </property> |
| 107 | </widget> | 110 | </widget> |
| 108 | </item> | 111 | </item> |
| 109 | <item> | 112 | <item> |
| 110 | <widget class="QSpinBox" name="spinBox_smooth"> | 113 | <widget class="QSpinBox" name="spinBox_y"> |
| 114 | <property name="buttonSymbols"> | ||
| 115 | <enum>QAbstractSpinBox::UpDownArrows</enum> | ||
| 116 | </property> | ||
| 117 | <property name="minimum"> | ||
| 118 | <number>-5000</number> | ||
| 119 | </property> | ||
| 111 | <property name="maximum"> | 120 | <property name="maximum"> |
| 112 | <number>5</number> | 121 | <number>5000</number> |
| 122 | </property> | ||
| 123 | <property name="singleStep"> | ||
| 124 | <number>10</number> | ||
| 125 | </property> | ||
| 126 | <property name="value"> | ||
| 127 | <number>0</number> | ||
| 113 | </property> | 128 | </property> |
| 114 | </widget> | 129 | </widget> |
| 115 | </item> | 130 | </item> |
| 131 | <item> | ||
| 132 | <spacer name="horizontalSpacer_2"> | ||
| 133 | <property name="orientation"> | ||
| 134 | <enum>Qt::Horizontal</enum> | ||
| 135 | </property> | ||
| 136 | <property name="sizeHint" stdset="0"> | ||
| 137 | <size> | ||
| 138 | <width>40</width> | ||
| 139 | <height>20</height> | ||
| 140 | </size> | ||
| 141 | </property> | ||
| 142 | </spacer> | ||
| 143 | </item> | ||
| 116 | </layout> | 144 | </layout> |
| 117 | </item> | 145 | </item> |
| 118 | <item> | 146 | <item> |
| @@ -121,28 +149,22 @@ | |||
| 121 | <number>4</number> | 149 | <number>4</number> |
| 122 | </property> | 150 | </property> |
| 123 | <item> | 151 | <item> |
| 124 | <widget class="QLabel" name="label_2"> | 152 | <widget class="QLabel" name="label_scale"> |
| 125 | <property name="text"> | 153 | <property name="text"> |
| 126 | <string>Y</string> | 154 | <string>Scale</string> |
| 127 | </property> | 155 | </property> |
| 128 | </widget> | 156 | </widget> |
| 129 | </item> | 157 | </item> |
| 130 | <item> | 158 | <item> |
| 131 | <widget class="QSpinBox" name="spinBox_y"> | 159 | <widget class="QSpinBox" name="spinBox_scale"> |
| 132 | <property name="buttonSymbols"> | 160 | <property name="buttonSymbols"> |
| 133 | <enum>QAbstractSpinBox::UpDownArrows</enum> | 161 | <enum>QAbstractSpinBox::PlusMinus</enum> |
| 134 | </property> | 162 | </property> |
| 135 | <property name="minimum"> | 163 | <property name="minimum"> |
| 136 | <number>-5000</number> | 164 | <number>1</number> |
| 137 | </property> | ||
| 138 | <property name="maximum"> | ||
| 139 | <number>5000</number> | ||
| 140 | </property> | ||
| 141 | <property name="singleStep"> | ||
| 142 | <number>10</number> | ||
| 143 | </property> | 165 | </property> |
| 144 | <property name="value"> | 166 | <property name="value"> |
| 145 | <number>0</number> | 167 | <number>20</number> |
| 146 | </property> | 168 | </property> |
| 147 | </widget> | 169 | </widget> |
| 148 | </item> | 170 | </item> |
| @@ -162,25 +184,42 @@ | |||
| 162 | </property> | 184 | </property> |
| 163 | </spacer> | 185 | </spacer> |
| 164 | </item> | 186 | </item> |
| 187 | </layout> | ||
| 188 | </item> | ||
| 189 | <item> | ||
| 190 | <layout class="QHBoxLayout" name="horizontalLayout"> | ||
| 191 | <property name="sizeConstraint"> | ||
| 192 | <enum>QLayout::SetDefaultConstraint</enum> | ||
| 193 | </property> | ||
| 194 | <property name="leftMargin"> | ||
| 195 | <number>4</number> | ||
| 196 | </property> | ||
| 165 | <item> | 197 | <item> |
| 166 | <widget class="QLabel" name="label"> | 198 | <widget class="QLabel" name="label_smooth"> |
| 167 | <property name="text"> | 199 | <property name="text"> |
| 168 | <string>Scale</string> | 200 | <string>Sensitivity</string> |
| 169 | </property> | 201 | </property> |
| 170 | </widget> | 202 | </widget> |
| 171 | </item> | 203 | </item> |
| 172 | <item> | 204 | <item> |
| 173 | <widget class="QSpinBox" name="spinBox_scale"> | 205 | <widget class="QSpinBox" name="spinBox_smooth"> |
| 174 | <property name="buttonSymbols"> | 206 | <property name="maximum"> |
| 175 | <enum>QAbstractSpinBox::PlusMinus</enum> | 207 | <number>5</number> |
| 176 | </property> | 208 | </property> |
| 177 | <property name="minimum"> | 209 | </widget> |
| 178 | <number>1</number> | 210 | </item> |
| 211 | <item> | ||
| 212 | <spacer name="horizontalSpacer"> | ||
| 213 | <property name="orientation"> | ||
| 214 | <enum>Qt::Horizontal</enum> | ||
| 179 | </property> | 215 | </property> |
| 180 | <property name="value"> | 216 | <property name="sizeHint" stdset="0"> |
| 181 | <number>20</number> | 217 | <size> |
| 218 | <width>40</width> | ||
| 219 | <height>20</height> | ||
| 220 | </size> | ||
| 182 | </property> | 221 | </property> |
| 183 | </widget> | 222 | </spacer> |
| 184 | </item> | 223 | </item> |
| 185 | </layout> | 224 | </layout> |
| 186 | </item> | 225 | </item> |
