123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>FirstRunDialog</class>
- <widget class="QDialog" name="FirstRunDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>640</width>
- <height>480</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>250</y>
- <width>80</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>200</y>
- <width>304</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>First Run / Setup Dialog to be shown here.</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|