qt/TextureSheetMaker/mainwindow.ui

235 lines
5.6 KiB
Plaintext
Raw Normal View History

2013-06-22 18:18:33 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>844</width>
<height>688</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QListWidget" name="textureList">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>191</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="AddTexturesButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Add textures...</string>
</property>
</widget>
<widget class="QPushButton" name="ClearButton">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
<widget class="QSpinBox" name="widthSpinBox">
<property name="geometry">
<rect>
<x>310</x>
<y>40</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>4</number>
</property>
<property name="maximum">
<number>4096</number>
</property>
<property name="value">
<number>512</number>
</property>
</widget>
<widget class="QSpinBox" name="heightSpinBox">
<property name="geometry">
<rect>
<x>311</x>
<y>70</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>4</number>
</property>
<property name="maximum">
<number>4096</number>
</property>
<property name="value">
<number>512</number>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>260</x>
<y>50</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Width:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>260</x>
<y>70</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Height:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPlainTextEdit" name="textureParamsEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>191</width>
<height>131</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QPushButton" name="GenerateButton">
<property name="geometry">
<rect>
<x>10</x>
<y>310</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
<widget class="QPushButton" name="SaveTextureButton">
<property name="geometry">
<rect>
<x>10</x>
<y>480</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Save texture...</string>
</property>
</widget>
<widget class="QPushButton" name="SaveParamsButton">
<property name="geometry">
<rect>
<x>10</x>
<y>510</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Save params...</string>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>220</x>
<y>110</y>
<width>512</width>
<height>512</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="PixmapSheet">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>512</width>
<height>512</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>844</width>
<height>21</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>