| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>ProfileEditor</class> |
| <widget class="QDialog" name="ProfileEditor"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>400</width> |
| <height>500</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Profile Editor</string> |
| </property> |
| <widget class="QWidget" name=""> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>11</y> |
| <width>381</width> |
| <height>491</height> |
| </rect> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <widget class="QTableView" name="profileTable"> |
| <attribute name="horizontalHeaderCascadingSectionResizes"> |
| <bool>false</bool> |
| </attribute> |
| <attribute name="horizontalHeaderDefaultSectionSize"> |
| <number>100</number> |
| </attribute> |
| <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> |
| <bool>true</bool> |
| </attribute> |
| <attribute name="horizontalHeaderStretchLastSection"> |
| <bool>true</bool> |
| </attribute> |
| <attribute name="verticalHeaderVisible"> |
| <bool>true</bool> |
| </attribute> |
| </widget> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1,1"> |
| <item> |
| <widget class="QPushButton" name="addRowButton"> |
| <property name="text"> |
| <string>Add</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="deleteRowButton"> |
| <property name="text"> |
| <string>Delete</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="okButton"> |
| <property name="text"> |
| <string>OK</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |