You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
3.1 KiB
XML
137 lines
3.1 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>571</width>
|
|
<height>681</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLineEdit" name="vec1Input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>30</y>
|
|
<width>391</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>1.2, 4.3, -2.7, -11</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="vec2Input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>100</y>
|
|
<width>391</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>-0.9, 4.5</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>40</y>
|
|
<width>67</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Vector 1</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>110</y>
|
|
<width>67</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Vector 2</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="okButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>170</y>
|
|
<width>91</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Ok</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="outputBrowser">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>220</y>
|
|
<width>511</width>
|
|
<height>391</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="factorSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>170</y>
|
|
<width>66</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>170</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Multiply by</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>571</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuIst_das_hier_gen_gender_User_Input">
|
|
<property name="title">
|
|
<string>Is this a good enough UI now?</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="menuIst_das_hier_gen_gender_User_Input"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|