123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?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>592</width>
- <height>267</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>GSettings-GUI</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QComboBox" name="SemalarBox">
- <property name="geometry">
- <rect>
- <x>145</x>
- <y>20</y>
- <width>431</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="SemalarEtiket">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>16</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Yüklü Şemalar:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="ListKeysBox">
- <property name="geometry">
- <rect>
- <x>145</x>
- <y>60</y>
- <width>431</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="SemalarEtiket_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Şema Anahtarları:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="DegerBox">
- <property name="geometry">
- <rect>
- <x>145</x>
- <y>100</y>
- <width>431</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="SemalarEtiket_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>100</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Değerler:</string>
- </property>
- </widget>
- <widget class="QLabel" name="SemalarEtiket_4">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Şimdiki Değer:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="SimdikiDeger">
- <property name="geometry">
- <rect>
- <x>145</x>
- <y>140</y>
- <width>431</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="ResetButon">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>170</y>
- <width>174</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Varsayılana Dön</string>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="UygulaButon">
- <property name="geometry">
- <rect>
- <x>203</x>
- <y>170</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Uygula</string>
- </property>
- </widget>
- <widget class="QCommandLinkButton" name="HakkindaButon">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>170</y>
- <width>174</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Hakkında</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>592</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|