Dorothydu's picture
Add files using upload-large-folder tool
8f79b61 verified
<?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>600</width>
<height>490</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>490</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>490</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(212, 212, 212);</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QComboBox" name="funlist">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Sans Serif&quot;;
background-color: rgb(180, 180, 180);</string>
</property>
<item>
<property name="text">
<string>Picture</string>
</property>
</item>
<item>
<property name="text">
<string>Video</string>
</property>
</item>
<item>
<property name="text">
<string>Webcam</string>
</property>
</item>
</widget>
<widget class="QLabel" name="Txt">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>70</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Sans Serif&quot;;</string>
</property>
<property name="text">
<string>Format</string>
</property>
</widget>
<widget class="QPushButton" name="runButton">
<property name="geometry">
<rect>
<x>32</x>
<y>350</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt &quot;Sans Serif&quot;;
background-color: rgb(180, 180, 180);</string>
</property>
<property name="text">
<string>Run</string>
</property>
</widget>
<widget class="QPushButton" name="fileButton">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>140</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;Sans Serif&quot;;
background-color: rgb(180, 180, 180);</string>
</property>
<property name="text">
<string>OpenFile</string>
</property>
</widget>
<widget class="QFrame" name="frame1">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>161</width>
<height>421</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frame2">
<property name="geometry">
<rect>
<x>190</x>
<y>30</y>
<width>391</width>
<height>421</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QLabel" name="Imshow">
<property name="geometry">
<rect>
<x>200</x>
<y>50</y>
<width>368</width>
<height>368</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>frame2</zorder>
<zorder>frame1</zorder>
<zorder>funlist</zorder>
<zorder>Txt</zorder>
<zorder>runButton</zorder>
<zorder>fileButton</zorder>
<zorder>Imshow</zorder>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>