diff options
author | Josh Blum | 2011-02-27 23:18:11 -0800 |
---|---|---|
committer | Josh Blum | 2011-03-01 17:02:06 -0800 |
commit | 47f621a14c9a6e3696155dd5a223da40bcb7721c (patch) | |
tree | 03ff5e5875416340e3dcef010f176f9872b365d2 /gr-qtgui/grc/qtgui_variable_chooser.xml | |
parent | f0537a7da4571bd6aaab273a0588eaef04121648 (diff) | |
download | gnuradio-47f621a14c9a6e3696155dd5a223da40bcb7721c.tar.gz gnuradio-47f621a14c9a6e3696155dd5a223da40bcb7721c.tar.bz2 gnuradio-47f621a14c9a6e3696155dd5a223da40bcb7721c.zip |
grc: work on generator for gui flowgraphs to simplify generation
generator does not differentiate between notebooks and controls,
they are all block, but block are now sorted by variables present in the make
also adjusted categories listed in the wx and qt widget related blocks
Diffstat (limited to 'gr-qtgui/grc/qtgui_variable_chooser.xml')
-rw-r--r-- | gr-qtgui/grc/qtgui_variable_chooser.xml | 6 |
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> |