MineClone5/tools/gui.ui

239 lines
5.3 KiB
XML

<?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>391</width>
<height>419</height>
</rect>
</property>
<property name="windowTitle">
<string>Mineclone5 Texture Converter</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QRadioButton" name="radbutold">
<property name="geometry">
<rect>
<x>28</x>
<y>80</y>
<width>104</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>1.12</string>
</property>
</widget>
<widget class="QRadioButton" name="radbutnew">
<property name="geometry">
<rect>
<x>28</x>
<y>100</y>
<width>104</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>1.18</string>
</property>
</widget>
<widget class="QRadioButton" name="radbutboth">
<property name="geometry">
<rect>
<x>28</x>
<y>120</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>both (recommended)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="upper_label">
<property name="geometry">
<rect>
<x>18</x>
<y>60</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Please choose: </string>
</property>
</widget>
<widget class="QLabel" name="lower_label">
<property name="geometry">
<rect>
<x>18</x>
<y>160</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Resolution:</string>
</property>
</widget>
<widget class="QSpinBox" name="resu">
<property name="geometry">
<rect>
<x>38</x>
<y>180</y>
<width>46</width>
<height>26</height>
</rect>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="minimum">
<number>16</number>
</property>
<property name="maximum">
<number>128</number>
</property>
<property name="singleStep">
<number>16</number>
</property>
</widget>
<widget class="QPushButton" name="start">
<property name="geometry">
<rect>
<x>28</x>
<y>360</y>
<width>331</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
<property name="autoRepeatInterval">
<number>102</number>
</property>
</widget>
<widget class="QLabel" name="pathlabel">
<property name="geometry">
<rect>
<x>18</x>
<y>230</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Filepaths:</string>
</property>
</widget>
<widget class="QLabel" name="voldpath">
<property name="geometry">
<rect>
<x>28</x>
<y>250</y>
<width>311</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1.12 path (leave empty if you choose 1.18)</string>
</property>
</widget>
<widget class="QPushButton" name="brosweold">
<property name="geometry">
<rect>
<x>298</x>
<y>270</y>
<width>90</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Browse Files</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>28</x>
<y>300</y>
<width>301</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1.18 path (leave empty if you choose 1.12 )</string>
</property>
</widget>
<widget class="QPushButton" name="broswe_new">
<property name="geometry">
<rect>
<x>298</x>
<y>320</y>
<width>90</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Browse Files</string>
</property>
</widget>
<widget class="QLineEdit" name="old_path">
<property name="geometry">
<rect>
<x>28</x>
<y>270</y>
<width>261</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="new_path">
<property name="geometry">
<rect>
<x>30</x>
<y>320</y>
<width>261</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Texture Pack Name:</string>
</property>
</widget>
<widget class="QLineEdit" name="Name">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>361</width>
<height>28</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>