diff options
author | Chris Robinson <[email protected]> | 2015-10-11 23:56:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-11 23:56:45 -0700 |
commit | ed0f3bc1b1164acd4c464f09ef89c6436b1fd16c (patch) | |
tree | ed1484d71be903fc69fa70cf10b956f5853d52fd /utils/alsoft-config/mainwindow.ui | |
parent | f33d6a5211e6a538e76ab58150501d7fbb0635eb (diff) |
Only show certain options that are available at build-time
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 4226a0b4..05cf1a2e 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -705,7 +705,7 @@ value currently possible is 4.</string> <enum>QComboBox::AdjustToContents</enum> </property> </widget> - <widget class="QGroupBox" name="groupBox_2"> + <widget class="QGroupBox" name="cpuExtGroupBox"> <property name="geometry"> <rect> <x>10</x> @@ -757,7 +757,7 @@ be useful for preventing those extensions from being used.</string> <widget class="QCheckBox" name="enableNeonCheckBox"> <property name="geometry"> <rect> - <x>220</x> + <x>100</x> <y>50</y> <width>71</width> <height>31</height> @@ -802,6 +802,19 @@ be useful for preventing those extensions from being used.</string> <bool>true</bool> </property> </widget> + <widget class="QLabel" name="cpuExtDisabledLabel"> + <property name="geometry"> + <rect> + <x>101</x> + <y>80</y> + <width>311</width> + <height>31</height> + </rect> + </property> + <property name="text"> + <string><html><head/><body><p align="center"><span style=" font-style:italic;">No support enabled for CPU Extensions</span></p></body></html></string> + </property> + </widget> </widget> </widget> <widget class="QWidget" name="tab"> |