135 lines
3.2 KiB
XML
135 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>395</width>
|
|
<height>383</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>mozDefrag</string>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="locale">
|
|
<locale language="English" country="Belgium"/>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLabel" name="logo_header">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>115</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="res_pics.qrc">:/pictures/pic/logo_header.jpg</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="aboutButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>340</y>
|
|
<width>112</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>About</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="defragAllButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>340</y>
|
|
<width>112</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Defrag</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>130</y>
|
|
<width>141</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBoxThunderbird">
|
|
<property name="text">
|
|
<string>Thunderbird</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBoxFirefoxTrunk">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Firefox Nightly</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBoxFirefox">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Firefox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QTextEdit" name="logTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>220</y>
|
|
<width>371</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<zorder>logo_header</zorder>
|
|
<zorder>aboutButton</zorder>
|
|
<zorder>defragAllButton</zorder>
|
|
<zorder>logTextEdit</zorder>
|
|
<zorder>layoutWidget</zorder>
|
|
<zorder>logTextEdit</zorder>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="res_pics.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|