<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>RolesForm</class> <widget class="QWidget" name="RolesForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>542</width> <height>270</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::AllNonFixedFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Name</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="name"/> </item> <item row="3" column="0"> <widget class="QCheckBox" name="active"> <property name="text"> <string>Active</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QTreeWidget" name="treePerms"> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">1</string> </property> </column> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Permissions:</string> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>