sqm-gui/sources/mainwindow.ui

92 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2021-05-22 22:43:44 +02:00
<?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>
2021-05-24 23:25:17 +02:00
<width>390</width>
<height>562</height>
2021-05-22 22:43:44 +02:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
2021-05-24 23:25:17 +02:00
<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>
2021-05-28 20:20:04 +02:00
<widget class="QSpinBox" name="spinMod">
<property name="minimum">
<number>1</number>
</property>
</widget>
2021-05-24 23:25:17 +02:00
</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>
2021-05-28 18:20:00 +02:00
<attribute name="verticalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
2021-05-24 23:25:17 +02:00
</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>
2021-05-22 22:43:44 +02:00
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>