Merge branch 'master' of git@host.fluxility.com:optimg

This commit is contained in:
Paul 2010-01-14 15:31:54 +00:00
commit 0e4c7f1034

124
window.ui
View file

@ -6,73 +6,81 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>700</width> <width>495</width>
<height>250</height> <height>158</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>MainWindow</string> <string>optimg</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<widget class="QFrame" name=""> <layout class="QGridLayout" name="gridLayout_2">
<property name="geometry"> <item row="0" column="0">
<rect> <widget class="QWidget" name="widget" native="true">
<x>10</x> <property name="enabled">
<y>10</y> <bool>true</bool>
<width>680</width> </property>
<height>230</height> <property name="sizePolicy">
</rect> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
</property> <horstretch>1</horstretch>
<property name="sizePolicy"> <verstretch>1</verstretch>
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> </sizepolicy>
<horstretch>1</horstretch> </property>
<verstretch>1</verstretch> <layout class="QVBoxLayout" name="verticalLayout">
</sizepolicy> <item>
</property> <layout class="QGridLayout" name="gridLayout">
<layout class="QVBoxLayout" name="verticalLayout"> <property name="horizontalSpacing">
<item> <number>0</number>
<layout class="QGridLayout" name="gridLayout">
<property name="spacing">
<number>10</number>
</property>
<item row="1" column="0">
<widget class="QPushButton" name="addfiles">
<property name="text">
<string>Add files</string>
</property> </property>
</widget> <property name="verticalSpacing">
</item> <number>10</number>
<item row="1" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <item row="2" column="0">
<size> <widget class="QPushButton" name="addfiles">
<width>498</width> <property name="text">
<height>20</height> <string>Add files</string>
</size> </property>
</property> </widget>
</spacer> </item>
</item> <item row="2" column="1">
<item row="1" column="2"> <spacer name="horizontalSpacer">
<widget class="QPushButton" name="recompress"> <property name="orientation">
<property name="text"> <enum>Qt::Horizontal</enum>
<string>Recompress</string> </property>
</property> <property name="sizeHint" stdset="0">
</widget> <size>
</item> <width>498</width>
<item row="0" column="0" colspan="3"> <height>20</height>
<widget class="QColumnView" name="processedfiles"> </size>
<property name="enabled"> </property>
<bool>true</bool> </spacer>
</property> </item>
</widget> <item row="2" column="2">
<widget class="QPushButton" name="recompress">
<property name="text">
<string>Recompress</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<widget class="QColumnView" name="processedfiles">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Drag files in here</string>
</property>
<property name="whatsThis">
<string>Drag files in here</string>
</property>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</item> </widget>
</layout> </item>
</widget> </layout>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>