buckshot/buckshot/mainwindow.ui
2016-12-05 20:12:44 -06:00

414 lines
9.8 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>671</width>
<height>534</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QGroupBox" name="groupBox_source">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>331</width>
<height>241</height>
</rect>
</property>
<property name="title">
<string>Source</string>
</property>
<widget class="QLabel" name="label_source">
<property name="geometry">
<rect>
<x>10</x>
<y>25</y>
<width>306</width>
<height>210</height>
</rect>
</property>
<property name="text">
<string>Use &quot;Open Source Image&quot; above to get started.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_preview">
<property name="geometry">
<rect>
<x>362</x>
<y>40</y>
<width>301</width>
<height>221</height>
</rect>
</property>
<property name="title">
<string>Preview</string>
</property>
<widget class="QLabel" name="label_preview">
<property name="geometry">
<rect>
<x>11</x>
<y>22</y>
<width>280</width>
<height>192</height>
</rect>
</property>
<property name="text">
<string>Apple ][ Preview</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>651</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit_sourceFilename"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_sourceFilename">
<property name="text">
<string>Open Source Image</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButton_preview">
<property name="geometry">
<rect>
<x>550</x>
<y>260</y>
<width>111</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Preview</string>
</property>
</widget>
<widget class="QLabel" name="label_crossHatch">
<property name="geometry">
<rect>
<x>320</x>
<y>407</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Off</string>
</property>
</widget>
<widget class="QLabel" name="label_colorBleed">
<property name="geometry">
<rect>
<x>320</x>
<y>439</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Off</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_livePreview">
<property name="geometry">
<rect>
<x>440</x>
<y>260</y>
<width>101</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Live Preview</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_colorBleed">
<property name="geometry">
<rect>
<x>147</x>
<y>438</y>
<width>161</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>8</x>
<y>296</y>
<width>134</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Apple ][ Display Mode</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="comboBox_outputFormat">
<property name="geometry">
<rect>
<x>147</x>
<y>294</y>
<width>201</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>0</x>
<y>438</y>
<width>140</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Color Bleed Reduction</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>105</x>
<y>380</y>
<width>37</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Scale:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>0</x>
<y>400</y>
<width>140</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Crosshatch Threshold</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>28</x>
<y>326</y>
<width>114</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Source Resolution:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="comboBox_inputResolution">
<property name="geometry">
<rect>
<x>147</x>
<y>348</y>
<width>201</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_crossHatch">
<property name="geometry">
<rect>
<x>147</x>
<y>404</y>
<width>161</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_sourceResolution">
<property name="geometry">
<rect>
<x>150</x>
<y>326</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Source Resolution:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>21</x>
<y>350</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Scale to Resolution:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_scaleFactor">
<property name="geometry">
<rect>
<x>150</x>
<y>380</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Scale</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>520</x>
<y>360</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Last Command Run:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_lastCmd">
<property name="geometry">
<rect>
<x>370</x>
<y>380</y>
<width>291</width>
<height>79</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
</widget>
<widget class="QPushButton" name="pushButton_saveImage">
<property name="geometry">
<rect>
<x>550</x>
<y>290</y>
<width>111</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save Image</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>350</x>
<y>290</y>
<width>20</width>
<height>181</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>About</string>
</property>
<addaction name="actionWhat_is_this"/>
</widget>
<addaction name="menuAbout"/>
</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"/>
<action name="actionWhat_is_this">
<property name="text">
<string>What is this?</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>