launcher.ui 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>launcher</class>
  4. <widget class="QWidget" name="launcher">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>launcher</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <widget class="QWidget" name="launcher_bg" native="true">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>741</width>
  25. <height>531</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true"/>
  30. </property>
  31. <widget class="QPushButton" name="btn_close">
  32. <property name="geometry">
  33. <rect>
  34. <x>540</x>
  35. <y>40</y>
  36. <width>31</width>
  37. <height>23</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string/>
  42. </property>
  43. </widget>
  44. <widget class="QStackedWidget" name="sw_client">
  45. <property name="geometry">
  46. <rect>
  47. <x>40</x>
  48. <y>110</y>
  49. <width>361</width>
  50. <height>211</height>
  51. </rect>
  52. </property>
  53. <property name="currentIndex">
  54. <number>-1</number>
  55. </property>
  56. </widget>
  57. </widget>
  58. </widget>
  59. <resources/>
  60. <connections/>
  61. </ui>