123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>AnaPencere</class>
- <widget class="QMainWindow" name="AnaPencere">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>560</width>
- <height>170</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>560</width>
- <height>170</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>560</width>
- <height>170</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Ay-Qemu 0.1</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>ISO Seç</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>60</y>
- <width>431</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- <stylestrategy>PreferDefault</stylestrategy>
- </font>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" color:#ef2929;">Önce ISO Kalıbını Seçiniz</span></p></body></html></string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="commandLinkButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>100</y>
- <width>211</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Qemu Başlat</string>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="commandLinkButton_2">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>100</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Ay-Qemu Hakkında</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>10</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <item>
- <property name="text">
- <string extracomment="Sanal sistem için RAM miktarı">1024</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>2048</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>4096</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>9</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Kullanılacak RAM (MB) :</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>560</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|