diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-15 13:18:08 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-15 13:18:08 +0100 |
commit | ad5503385740638632380437e6f6b5166fff5c33 (patch) | |
tree | dc099aa98ee24f89b22b15758ec38841352ab045 /qtmips_gui/NewDialogCache.ui | |
parent | 1f6cf37d350f01b15be9ca2d2ceec034d87e09b5 (diff) | |
download | qtmips-ad5503385740638632380437e6f6b5166fff5c33.tar.gz qtmips-ad5503385740638632380437e6f6b5166fff5c33.tar.bz2 qtmips-ad5503385740638632380437e6f6b5166fff5c33.zip |
Update new dialog for new configuration
For now no settings and no direct machine configuration but graphics is
there.
Diffstat (limited to 'qtmips_gui/NewDialogCache.ui')
-rw-r--r-- | qtmips_gui/NewDialogCache.ui | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/qtmips_gui/NewDialogCache.ui b/qtmips_gui/NewDialogCache.ui new file mode 100644 index 0000000..3c91824 --- /dev/null +++ b/qtmips_gui/NewDialogCache.ui @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>NewDialogCache</class> + <widget class="QWidget" name="NewDialogCache"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>339</width> + <height>167</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QFormLayout" name="formLayout_2"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Capacity:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="spinBox"/> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Number of sets:</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Block size:</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Number of blocks:</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Degree of associativity:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QSpinBox" name="spinBox_2"/> + </item> + <item row="2" column="1"> + <widget class="QSpinBox" name="spinBox_3"/> + </item> + <item row="3" column="1"> + <widget class="QSpinBox" name="spinBox_4"/> + </item> + <item row="4" column="1"> + <widget class="QSpinBox" name="spinBox_5"/> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |