mainWindows spinBox decleration

This commit is contained in:
moerp
2021-05-24 23:25:17 +02:00
parent ddf2f0b513
commit fc4875dd27
6 changed files with 112 additions and 6 deletions

View File

@ -6,15 +6,77 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<width>390</width>
<height>562</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar"/>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>71</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labBase">
<property name="text">
<string>Base:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBase"/>
</item>
<item>
<widget class="QLabel" name="labExp">
<property name="text">
<string>Exponent:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinExp"/>
</item>
<item>
<widget class="QLabel" name="labMod">
<property name="text">
<string>Modulus:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinMod"/>
</item>
</layout>
</widget>
<widget class="QTableView" name="resultTable">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>371</width>
<height>421</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>