123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?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>608</width>
- <height>270</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>608</width>
- <height>270</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>608</width>
- <height>270</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Ay-Ser-Aylinux Servis Ayarla</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>201</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-weight:600; color:#204a87;">Servis Adı</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>0</y>
- <width>381</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-weight:600; color:#204a87;">Servis Durum Bilgisi</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>215</y>
- <width>83</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Başlat</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>215</y>
- <width>83</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Durdur</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_3">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>215</y>
- <width>111</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Yeniden Başlat</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_4">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>215</y>
- <width>83</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Hakkında</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>20</y>
- <width>381</width>
- <height>191</height>
- </rect>
- </property>
- <property name="html">
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html><head><meta name="qrichtext" content="1" /><style type="text/css">
- p, li { white-space: pre-wrap; }
- </style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;">
- <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:16pt; font-weight:600; color:#204a87;">Soldaki listeden <br />işlem yapmak istediğiniz <br />Servis'i seçerek <br />alttaki butonlar yardımı ile işleminizi gerçekleştirebilirsiniz.</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QListWidget" name="ServisListe">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>201</width>
- <height>220</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="toolTip">
- <string/>
- </property>
- <property name="statusTip">
- <string/>
- </property>
- <property name="whatsThis">
- <string/>
- </property>
- <property name="currentRow">
- <number>-1</number>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>608</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|