anapencere.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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>560</width>
  10. <height>170</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>560</width>
  16. <height>170</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>560</width>
  22. <height>170</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Ay-Qemu 0.1</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <widget class="QPushButton" name="pushButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>10</y>
  34. <width>161</width>
  35. <height>31</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>ISO Seç</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label">
  43. <property name="geometry">
  44. <rect>
  45. <x>60</x>
  46. <y>60</y>
  47. <width>431</width>
  48. <height>31</height>
  49. </rect>
  50. </property>
  51. <property name="font">
  52. <font>
  53. <weight>75</weight>
  54. <bold>true</bold>
  55. <stylestrategy>PreferDefault</stylestrategy>
  56. </font>
  57. </property>
  58. <property name="layoutDirection">
  59. <enum>Qt::LeftToRight</enum>
  60. </property>
  61. <property name="text">
  62. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ef2929;&quot;&gt;Önce ISO Kalıbını Seçiniz&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  63. </property>
  64. <property name="alignment">
  65. <set>Qt::AlignCenter</set>
  66. </property>
  67. </widget>
  68. <widget class="QCommandLinkButton" name="commandLinkButton">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>100</y>
  73. <width>211</width>
  74. <height>31</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>Qemu Başlat</string>
  79. </property>
  80. </widget>
  81. <widget class="QCommandLinkButton" name="commandLinkButton_2">
  82. <property name="geometry">
  83. <rect>
  84. <x>370</x>
  85. <y>100</y>
  86. <width>171</width>
  87. <height>31</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>Ay-Qemu Hakkında</string>
  92. </property>
  93. </widget>
  94. <widget class="QComboBox" name="comboBox">
  95. <property name="geometry">
  96. <rect>
  97. <x>370</x>
  98. <y>10</y>
  99. <width>171</width>
  100. <height>31</height>
  101. </rect>
  102. </property>
  103. <property name="font">
  104. <font>
  105. <weight>75</weight>
  106. <bold>true</bold>
  107. </font>
  108. </property>
  109. <property name="layoutDirection">
  110. <enum>Qt::LeftToRight</enum>
  111. </property>
  112. <item>
  113. <property name="text">
  114. <string extracomment="Sanal sistem için RAM miktarı">1024</string>
  115. </property>
  116. </item>
  117. <item>
  118. <property name="text">
  119. <string>2048</string>
  120. </property>
  121. </item>
  122. <item>
  123. <property name="text">
  124. <string>4096</string>
  125. </property>
  126. </item>
  127. </widget>
  128. <widget class="QLabel" name="label_2">
  129. <property name="geometry">
  130. <rect>
  131. <x>190</x>
  132. <y>9</y>
  133. <width>161</width>
  134. <height>31</height>
  135. </rect>
  136. </property>
  137. <property name="font">
  138. <font>
  139. <weight>75</weight>
  140. <bold>true</bold>
  141. </font>
  142. </property>
  143. <property name="text">
  144. <string>Kullanılacak RAM (MB) :</string>
  145. </property>
  146. </widget>
  147. </widget>
  148. <widget class="QMenuBar" name="menuBar">
  149. <property name="geometry">
  150. <rect>
  151. <x>0</x>
  152. <y>0</y>
  153. <width>560</width>
  154. <height>21</height>
  155. </rect>
  156. </property>
  157. </widget>
  158. <widget class="QStatusBar" name="statusBar"/>
  159. </widget>
  160. <layoutdefault spacing="6" margin="11"/>
  161. <resources/>
  162. <connections/>
  163. </ui>