12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>launcher</class>
- <widget class="QWidget" name="launcher">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>launcher</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QWidget" name="launcher_bg" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>741</width>
- <height>531</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QPushButton" name="btn_close">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>40</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QStackedWidget" name="sw_client">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>110</y>
- <width>361</width>
- <height>211</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>-1</number>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|