Changeset View
Changeset View
Standalone View
Standalone View
src/userswidget.ui
| Show All 28 Lines | <property name="wordWrap"> | ||||
| <bool>true</bool> | <bool>true</bool> | ||||
| </property> | </property> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <layout class="QHBoxLayout" name="horizontalLayout"> | <layout class="QHBoxLayout" name="horizontalLayout"> | ||||
| <item> | <item> | ||||
| <widget class="QLineEdit" name="lineEdit"> | <widget class="QLineEdit" name="lineEdit"> | ||||
| <property name="minimumSize"> | |||||
| <size> | |||||
| <width>0</width> | |||||
| <height>26</height> | |||||
| </size> | |||||
| </property> | |||||
| <property name="placeholderText"> | <property name="placeholderText"> | ||||
| <string>Search for users</string> | <string>Search for users</string> | ||||
| </property> | </property> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <widget class="QCheckBox" name="checkBox"> | <widget class="QCheckBox" name="checkBox"> | ||||
| <property name="text"> | <property name="text"> | ||||
| Show All 24 Lines | |||||