From 47f621a14c9a6e3696155dd5a223da40bcb7721c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 27 Feb 2011 23:18:11 -0800 Subject: 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 --- gr-qtgui/grc/qtgui_variable_chooser.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-qtgui/grc/qtgui_variable_chooser.xml') 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 @@ QT GUI Chooser variable_qtgui_chooser - Variables + QT GUI Widgets from PyQt4 import Qt import PyQt4.Qwt5 as Qwt self.$(id) = $(id) = $value -- cgit