tuxclocker/newprofile.ui
2018-12-21 22:55:35 +02:00

82 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>newProfile</class>
<widget class="QDialog" name="newProfile">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>418</width>
<height>534</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QListWidget" name="profileList">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>311</width>
<height>401</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="removeButton">
<property name="geometry">
<rect>
<x>320</x>
<y>440</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>rm</string>
</property>
</widget>
<widget class="QPushButton" name="addButton">
<property name="geometry">
<rect>
<x>260</x>
<y>440</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>add</string>
</property>
</widget>
<widget class="QPushButton" name="saveButton">
<property name="geometry">
<rect>
<x>50</x>
<y>440</y>
<width>86</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>160</x>
<y>440</y>
<width>86</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>