Files
Cam2Ascii/mainwindow.ui
Alexis Delhaie 0f3aeb0b3f v1
2020-12-02 19:17:30 +01:00

380 lines
8.5 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>1007</width>
<height>561</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>561</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1007</width>
<height>561</height>
</size>
</property>
<property name="windowTitle">
<string>Cam2Ascii (Demo)</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="screen">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>771</width>
<height>531</height>
</rect>
</property>
<property name="text">
<string>Currently stopped</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>800</x>
<y>10</y>
<width>20</width>
<height>541</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QComboBox" name="devicesBox">
<property name="geometry">
<rect>
<x>820</x>
<y>30</y>
<width>181</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>820</x>
<y>10</y>
<width>47</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Device</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>820</x>
<y>70</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Source scale</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>879</x>
<y>94</y>
<width>47</width>
<height>14</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_5">
<property name="geometry">
<rect>
<x>880</x>
<y>120</y>
<width>47</width>
<height>14</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="QSpinBox" name="sourceWidth">
<property name="geometry">
<rect>
<x>931</x>
<y>90</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>3840</number>
</property>
</widget>
<widget class="QSpinBox" name="sourceHeight">
<property name="geometry">
<rect>
<x>931</x>
<y>116</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>2160</number>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>820</x>
<y>180</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ASCII Video output</string>
</property>
</widget>
<widget class="QSpinBox" name="asciiHeight">
<property name="geometry">
<rect>
<x>932</x>
<y>232</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>2160</number>
</property>
</widget>
<widget class="QSpinBox" name="asciiWidth">
<property name="geometry">
<rect>
<x>932</x>
<y>206</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="maximum">
<number>3840</number>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>881</x>
<y>236</y>
<width>47</width>
<height>14</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="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>880</x>
<y>210</y>
<width>47</width>
<height>14</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="QLineEdit" name="charEdit">
<property name="geometry">
<rect>
<x>827</x>
<y>300</y>
<width>161</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>830</x>
<y>280</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Characters</string>
</property>
</widget>
<widget class="QPushButton" name="applyButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>915</x>
<y>520</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Apply</string>
</property>
</widget>
<widget class="QPushButton" name="revertButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>827</x>
<y>520</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Revert</string>
</property>
</widget>
<widget class="QPushButton" name="startAndStopButton">
<property name="geometry">
<rect>
<x>830</x>
<y>488</y>
<width>161</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>820</x>
<y>58</y>
<width>181</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QCheckBox" name="disableProcess">
<property name="geometry">
<rect>
<x>830</x>
<y>330</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Disable process</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>815</x>
<y>151</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Refresh timer (ms)</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QSpinBox" name="refreshTimer">
<property name="geometry">
<rect>
<x>930</x>
<y>150</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>25</number>
</property>
<property name="maximum">
<number>5000</number>
</property>
</widget>
<widget class="QLCDNumber" name="framerate">
<property name="geometry">
<rect>
<x>923</x>
<y>440</y>
<width>71</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>880</x>
<y>420</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Framerate</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>