LanguageSwitchWnd.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LanguageSwitchWnd</class>
  4. <widget class="QDialog" name="LanguageSwitchWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1800</width>
  10. <height>1000</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QGroupBox" name="languagerGroupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>100</x>
  20. <y>30</y>
  21. <width>411</width>
  22. <height>161</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string/>
  27. </property>
  28. <widget class="QLabel" name="languageLabel">
  29. <property name="geometry">
  30. <rect>
  31. <x>20</x>
  32. <y>30</y>
  33. <width>121</width>
  34. <height>51</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>Language:</string>
  39. </property>
  40. </widget>
  41. <widget class="QRadioButton" name="englishRadioButton">
  42. <property name="geometry">
  43. <rect>
  44. <x>200</x>
  45. <y>31</y>
  46. <width>191</width>
  47. <height>41</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>English</string>
  52. </property>
  53. <property name="checked">
  54. <bool>true</bool>
  55. </property>
  56. <property name="autoRepeat">
  57. <bool>false</bool>
  58. </property>
  59. </widget>
  60. <widget class="QRadioButton" name="chRadioButton">
  61. <property name="geometry">
  62. <rect>
  63. <x>200</x>
  64. <y>100</y>
  65. <width>191</width>
  66. <height>41</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>Chinese</string>
  71. </property>
  72. <property name="checked">
  73. <bool>false</bool>
  74. </property>
  75. <property name="autoRepeat">
  76. <bool>false</bool>
  77. </property>
  78. </widget>
  79. </widget>
  80. <widget class="QGroupBox" name="thrmeGroupBox">
  81. <property name="geometry">
  82. <rect>
  83. <x>100</x>
  84. <y>210</y>
  85. <width>411</width>
  86. <height>161</height>
  87. </rect>
  88. </property>
  89. <property name="title">
  90. <string/>
  91. </property>
  92. <widget class="QLabel" name="themeLabel">
  93. <property name="geometry">
  94. <rect>
  95. <x>20</x>
  96. <y>30</y>
  97. <width>121</width>
  98. <height>51</height>
  99. </rect>
  100. </property>
  101. <property name="text">
  102. <string>Theme:</string>
  103. </property>
  104. </widget>
  105. <widget class="QRadioButton" name="lightRadioButton">
  106. <property name="geometry">
  107. <rect>
  108. <x>200</x>
  109. <y>31</y>
  110. <width>191</width>
  111. <height>41</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>Light</string>
  116. </property>
  117. <property name="checked">
  118. <bool>true</bool>
  119. </property>
  120. <property name="autoRepeat">
  121. <bool>false</bool>
  122. </property>
  123. </widget>
  124. <widget class="QRadioButton" name="darkRadioButton">
  125. <property name="geometry">
  126. <rect>
  127. <x>200</x>
  128. <y>100</y>
  129. <width>191</width>
  130. <height>41</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>Dark</string>
  135. </property>
  136. </widget>
  137. </widget>
  138. </widget>
  139. <resources/>
  140. <connections/>
  141. </ui>