pokepisode.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  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>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="TitleLabel">
  18. <property name="geometry">
  19. <rect>
  20. <x>290</x>
  21. <y>20</y>
  22. <width>141</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>PokEpisode</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="gogoLinkButton">
  31. <property name="geometry">
  32. <rect>
  33. <x>60</x>
  34. <y>80</y>
  35. <width>75</width>
  36. <height>23</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>GoGo</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="GoGoStatusLabel">
  44. <property name="geometry">
  45. <rect>
  46. <x>10</x>
  47. <y>90</y>
  48. <width>47</width>
  49. <height>14</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>TextLabel</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="TorLinkButton">
  57. <property name="geometry">
  58. <rect>
  59. <x>60</x>
  60. <y>110</y>
  61. <width>75</width>
  62. <height>23</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Tor</string>
  67. </property>
  68. </widget>
  69. <widget class="QLabel" name="TorStatusLabel">
  70. <property name="geometry">
  71. <rect>
  72. <x>10</x>
  73. <y>110</y>
  74. <width>47</width>
  75. <height>14</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>TextLabel</string>
  80. </property>
  81. </widget>
  82. </widget>
  83. <widget class="QMenuBar" name="menubar">
  84. <property name="geometry">
  85. <rect>
  86. <x>0</x>
  87. <y>0</y>
  88. <width>800</width>
  89. <height>22</height>
  90. </rect>
  91. </property>
  92. <widget class="QMenu" name="menuPokepisode">
  93. <property name="title">
  94. <string>Pokepisode</string>
  95. </property>
  96. </widget>
  97. <addaction name="menuPokepisode"/>
  98. </widget>
  99. <widget class="QStatusBar" name="statusbar"/>
  100. </widget>
  101. <resources/>
  102. <connections/>
  103. </ui>