fullfilled requirements

This commit is contained in:
moerp
2021-05-29 20:15:19 +02:00
parent a76a04f15c
commit 1484cfa7b6
4 changed files with 33 additions and 28 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>333</width>
<height>564</height>
<height>416</height>
</rect>
</property>
<property name="windowTitle">
@ -20,34 +20,42 @@
<x>10</x>
<y>10</y>
<width>311</width>
<height>71</height>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labBase">
<property name="text">
<string>Base:</string>
<string>base:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBase"/>
<widget class="QSpinBox" name="spinBase">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labExp">
<property name="text">
<string>Exponent:</string>
<string>exponent:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinExp"/>
<widget class="QSpinBox" name="spinExp">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labMod">
<property name="text">
<string>Modulus:</string>
<string>modulos:</string>
</property>
</widget>
</item>
@ -56,6 +64,9 @@
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
</layout>
@ -64,11 +75,14 @@
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<y>50</y>
<width>311</width>
<height>421</height>
<height>321</height>
</rect>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<attribute name="verticalHeaderStretchLastSection">
<bool>false</bool>
</attribute>