summaryrefslogtreecommitdiff
path: root/gr-qtgui/grc/qtgui_variable_chooser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/grc/qtgui_variable_chooser.xml')
-rw-r--r--gr-qtgui/grc/qtgui_variable_chooser.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/grc/qtgui_variable_chooser.xml b/gr-qtgui/grc/qtgui_variable_chooser.xml
index 46e302bc7..d9c9c8f3f 100644
--- a/gr-qtgui/grc/qtgui_variable_chooser.xml
+++ b/gr-qtgui/grc/qtgui_variable_chooser.xml
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<!--
###################################################
-##Variable Slider:
-## a combined slider and text box form
+##Variable Chooser:
+## A chooser, radio buttons
###################################################
-->
<block>
<name>QT GUI Chooser</name>
<key>variable_qtgui_chooser</key>
- <category>Variables</category>
+ <category>QT GUI Widgets</category>
<import>from PyQt4 import Qt</import>
<import>import PyQt4.Qwt5 as Qwt</import>
<var_make>self.$(id) = $(id) = $value</var_make>