|
68 | 68 | <property name="collapsed" stdset="0">
|
69 | 69 | <bool>false</bool>
|
70 | 70 | </property>
|
71 |
| - <layout class="QFormLayout" name="formLayout_2"> |
72 |
| - <property name="fieldGrowthPolicy"> |
73 |
| - <enum>QFormLayout::AllNonFixedFieldsGrow</enum> |
74 |
| - </property> |
75 |
| - <property name="labelAlignment"> |
76 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
77 |
| - </property> |
78 |
| - <item row="1" column="0"> |
79 |
| - <widget class="QLabel" name="label"> |
80 |
| - <property name="text"> |
81 |
| - <string>Path</string> |
82 |
| - </property> |
83 |
| - <property name="buddy"> |
84 |
| - <cstring>mPictureLineEdit</cstring> |
85 |
| - </property> |
86 |
| - </widget> |
87 |
| - </item> |
88 |
| - <item row="1" column="1"> |
| 71 | + <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 72 | + <item> |
89 | 73 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
| 74 | + <item> |
| 75 | + <widget class="QLabel" name="label"> |
| 76 | + <property name="text"> |
| 77 | + <string>Path</string> |
| 78 | + </property> |
| 79 | + <property name="buddy"> |
| 80 | + <cstring>mPictureLineEdit</cstring> |
| 81 | + </property> |
| 82 | + </widget> |
| 83 | + </item> |
90 | 84 | <item>
|
91 | 85 | <widget class="QLineEdit" name="mPictureLineEdit"/>
|
92 | 86 | </item>
|
|
132 | 126 | <bool>false</bool>
|
133 | 127 | </property>
|
134 | 128 | <layout class="QVBoxLayout" name="verticalLayout">
|
| 129 | + <item> |
| 130 | + <widget class="QLabel" name="mPreviewsLoadingLabel"> |
| 131 | + <property name="font"> |
| 132 | + <font> |
| 133 | + <italic>true</italic> |
| 134 | + </font> |
| 135 | + </property> |
| 136 | + <property name="styleSheet"> |
| 137 | + <string notr="true">color: rgb(19, 133, 54);</string> |
| 138 | + </property> |
| 139 | + <property name="text"> |
| 140 | + <string>Loading SVG previews...</string> |
| 141 | + </property> |
| 142 | + <property name="alignment"> |
| 143 | + <set>Qt::AlignCenter</set> |
| 144 | + </property> |
| 145 | + </widget> |
| 146 | + </item> |
135 | 147 | <item>
|
136 | 148 | <widget class="QListWidget" name="mPreviewListWidget">
|
137 | 149 | <property name="showDropIndicator" stdset="0">
|
|
167 | 179 | </widget>
|
168 | 180 | </item>
|
169 | 181 | <item>
|
170 |
| - <widget class="QComboBox" name="mSearchDirectoriesComboBox"/> |
| 182 | + <widget class="QComboBox" name="mSearchDirectoriesComboBox"> |
| 183 | + <property name="sizeAdjustPolicy"> |
| 184 | + <enum>QComboBox::AdjustToMinimumContentsLength</enum> |
| 185 | + </property> |
| 186 | + </widget> |
171 | 187 | </item>
|
172 | 188 | <item>
|
173 | 189 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|
0 commit comments