launcher.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GIFAnimationDemoWidget</class>
  4. <widget class="QWidget" name="GIFAnimationDemoWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>372</width>
  10. <height>247</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>GIFAnimationDemoWidget</string>
  15. </property>
  16. <property name="windowOpacity">
  17. <double>1.000000000000000</double>
  18. </property>
  19. <property name="autoFillBackground">
  20. <bool>false</bool>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">background-color: rgb(255, 255, 255);</string>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <property name="sizeConstraint">
  27. <enum>QLayout::SetNoConstraint</enum>
  28. </property>
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QGroupBox" name="groupBox">
  43. <property name="styleSheet">
  44. <string notr="true">background-color: #262626;
  45. border: none;</string>
  46. </property>
  47. <property name="title">
  48. <string/>
  49. </property>
  50. <widget class="QLabel" name="lbHint">
  51. <property name="geometry">
  52. <rect>
  53. <x>10</x>
  54. <y>223</y>
  55. <width>341</width>
  56. <height>16</height>
  57. </rect>
  58. </property>
  59. <property name="styleSheet">
  60. <string notr="true">background-color: #262626;
  61. color: rgb(255, 255, 255);</string>
  62. </property>
  63. <property name="text">
  64. <string>TextLabel</string>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="lbMovie">
  68. <property name="geometry">
  69. <rect>
  70. <x>5</x>
  71. <y>5</y>
  72. <width>365</width>
  73. <height>221</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string/>
  78. </property>
  79. </widget>
  80. </widget>
  81. </item>
  82. </layout>
  83. </widget>
  84. <layoutdefault spacing="6" margin="11"/>
  85. <resources/>
  86. <connections/>
  87. </ui>