This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>452</width> | |
<height>247</height> | |
</rect> | |
</property> | |
<property name="sizePolicy"> | |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> | |
<horstretch>0</horstretch> | |
<verstretch>0</verstretch> | |
</sizepolicy> | |
</property> | |
<property name="windowTitle"> | |
<string>MainWindow</string> | |
</property> | |
<widget class="QWidget" name="centralwidget"> | |
<widget class="QPushButton" name="pushButton"> | |
<property name="geometry"> | |
<rect> | |
<x>330</x> | |
<y>140</y> | |
<width>81</width> | |
<height>31</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>Add</string> | |
</property> | |
</widget> | |
<widget class="QLineEdit" name="varATextBox"> | |
<property name="geometry"> | |
<rect> | |
<x>120</x> | |
<y>20</y> | |
<width>113</width> | |
<height>20</height> | |
</rect> | |
</property> | |
</widget> | |
<widget class="QLabel" name="label"> | |
<property name="geometry"> | |
<rect> | |
<x>20</x> | |
<y>20</y> | |
<width>71</width> | |
<height>16</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>Variable A</string> | |
</property> | |
</widget> | |
<widget class="QLabel" name="label_2"> | |
<property name="geometry"> | |
<rect> | |
<x>20</x> | |
<y>50</y> | |
<width>71</width> | |
<height>16</height> | |
</rect> | |
</property> | |
<property name="text"> | |
<string>Variable B</string> | |
</property> | |
</widget> | |
<widget class="QLineEdit" name="varBTextBox"> | |
<property name="geometry"> | |
<rect> | |
<x>120</x> | |
<y>50</y> | |
<width>113</width> | |
<height>20</height> | |
</rect> | |
</property> | |
</widget> | |
<widget class="QLabel" name="resultLbl"> | |
<property name="geometry"> | |
<rect> | |
<x>40</x> | |
<y>110</y> | |
<width>231</width> | |
<height>41</height> | |
</rect> | |
</property> | |
<property name="font"> | |
<font> | |
<pointsize>20</pointsize> | |
<weight>75</weight> | |
<bold>true</bold> | |
</font> | |
</property> | |
<property name="text"> | |
<string>TextLabel</string> | |
</property> | |
</widget> | |
</widget> | |
<widget class="QMenuBar" name="menubar"> | |
<property name="geometry"> | |
<rect> | |
<x>0</x> | |
<y>0</y> | |
<width>452</width> | |
<height>21</height> | |
</rect> | |
</property> | |
</widget> | |
<widget class="QStatusBar" name="statusbar"/> | |
</widget> | |
<resources/> | |
<connections/> | |
</ui> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment