anapencere.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AnaPencere</class>
  4. <widget class="QMainWindow" name="AnaPencere">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>592</width>
  10. <height>267</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>GSettings-GUI</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QComboBox" name="SemalarBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>145</x>
  21. <y>20</y>
  22. <width>431</width>
  23. <height>25</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QLabel" name="SemalarEtiket">
  28. <property name="geometry">
  29. <rect>
  30. <x>10</x>
  31. <y>16</y>
  32. <width>121</width>
  33. <height>31</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>Yüklü Şemalar:</string>
  38. </property>
  39. </widget>
  40. <widget class="QComboBox" name="ListKeysBox">
  41. <property name="geometry">
  42. <rect>
  43. <x>145</x>
  44. <y>60</y>
  45. <width>431</width>
  46. <height>25</height>
  47. </rect>
  48. </property>
  49. </widget>
  50. <widget class="QLabel" name="SemalarEtiket_2">
  51. <property name="geometry">
  52. <rect>
  53. <x>10</x>
  54. <y>60</y>
  55. <width>121</width>
  56. <height>31</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>Şema Anahtarları:</string>
  61. </property>
  62. </widget>
  63. <widget class="QComboBox" name="DegerBox">
  64. <property name="geometry">
  65. <rect>
  66. <x>145</x>
  67. <y>100</y>
  68. <width>431</width>
  69. <height>25</height>
  70. </rect>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="SemalarEtiket_3">
  74. <property name="geometry">
  75. <rect>
  76. <x>10</x>
  77. <y>100</y>
  78. <width>121</width>
  79. <height>21</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>Değerler:</string>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="SemalarEtiket_4">
  87. <property name="geometry">
  88. <rect>
  89. <x>10</x>
  90. <y>140</y>
  91. <width>121</width>
  92. <height>21</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>Şimdiki Değer:</string>
  97. </property>
  98. </widget>
  99. <widget class="QLineEdit" name="SimdikiDeger">
  100. <property name="geometry">
  101. <rect>
  102. <x>145</x>
  103. <y>140</y>
  104. <width>431</width>
  105. <height>25</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QCommandLinkButton" name="ResetButon">
  110. <property name="geometry">
  111. <rect>
  112. <x>10</x>
  113. <y>170</y>
  114. <width>174</width>
  115. <height>31</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Varsayılana Dön</string>
  120. </property>
  121. </widget>
  122. <widget class="QCommandLinkButton" name="UygulaButon">
  123. <property name="geometry">
  124. <rect>
  125. <x>203</x>
  126. <y>170</y>
  127. <width>161</width>
  128. <height>31</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>Uygula</string>
  133. </property>
  134. </widget>
  135. <widget class="QCommandLinkButton" name="HakkindaButon">
  136. <property name="geometry">
  137. <rect>
  138. <x>400</x>
  139. <y>170</y>
  140. <width>174</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>Hakkında</string>
  146. </property>
  147. </widget>
  148. </widget>
  149. <widget class="QMenuBar" name="menuBar">
  150. <property name="geometry">
  151. <rect>
  152. <x>0</x>
  153. <y>0</y>
  154. <width>592</width>
  155. <height>22</height>
  156. </rect>
  157. </property>
  158. </widget>
  159. <widget class="QToolBar" name="mainToolBar">
  160. <attribute name="toolBarArea">
  161. <enum>TopToolBarArea</enum>
  162. </attribute>
  163. <attribute name="toolBarBreak">
  164. <bool>false</bool>
  165. </attribute>
  166. </widget>
  167. <widget class="QStatusBar" name="statusBar"/>
  168. </widget>
  169. <layoutdefault spacing="6" margin="11"/>
  170. <resources/>
  171. <connections/>
  172. </ui>