diff options
author | bd <bdunahu@operationnull.com> | 2025-04-18 21:56:45 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-18 21:56:45 -0400 |
commit | 1613c52e8e52a5c1a2a8120fcfa7ed3a011fbdf1 (patch) | |
tree | a5d2a424fc2f3bfb0b6638366ccc6fb4fc80e68f /gui/gui.ui | |
parent | 04d8976223821833ef9d93ae03b8058626d4e1e6 (diff) |
Remove/comment out a lot of code in charge of loading
Diffstat (limited to 'gui/gui.ui')
-rw-r--r-- | gui/gui.ui | 49 |
1 files changed, 3 insertions, 46 deletions
@@ -452,60 +452,17 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_27"> <item> - <layout class="QHBoxLayout" name="horizontalLayout_9"> - <item> - <widget class="QPushButton" name="set_levels_btn"> - <property name="text"> - <string>Cache Levels</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="cache_levels_dropdwn"/> - </item> - <item> - <widget class="QLineEdit" name="cache_size_inp"> - <property name="placeholderText"> - <string>size</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="cache_ways_inp"> - <property name="placeholderText"> - <string>ways</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="set_cache_btn"> - <property name="text"> - <string>Cache Conf</string> - </property> - </widget> - </item> - </layout> + <widget class="QLineEdit" name="way_box_1"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> - <widget class="QPushButton" name="Configure_Btn"> - <property name="text"> - <string>Configure</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="enable_pipeline_checkbox"> <property name="text"> <string>Enable Pipeline</string> </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="enabl_cache_checkbox"> - <property name="text"> - <string>Enable Cache</string> + <property name="checked"> + <bool>true</bool> </property> </widget> </item> |