summaryrefslogtreecommitdiff
path: root/gr-qtgui
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui')
-rw-r--r--gr-qtgui/grc/Makefile.am4
-rw-r--r--gr-qtgui/grc/qtgui_entry.xml (renamed from gr-qtgui/grc/qtgui_text_box.xml)8
-rw-r--r--gr-qtgui/grc/qtgui_label.xml (renamed from gr-qtgui/grc/qtgui_static_text.xml)8
3 files changed, 10 insertions, 10 deletions
diff --git a/gr-qtgui/grc/Makefile.am b/gr-qtgui/grc/Makefile.am
index 23e01a2c6..3045a8779 100644
--- a/gr-qtgui/grc/Makefile.am
+++ b/gr-qtgui/grc/Makefile.am
@@ -25,9 +25,9 @@ grcblocksdir = $(grc_blocksdir)
dist_grcblocks_DATA = \
qtgui_check_box.xml \
+ qtgui_entry.xml \
+ qtgui_label.xml \
qtgui_sink_x.xml \
- qtgui_static_text.xml \
qtgui_tab_widget.xml \
- qtgui_text_box.xml \
qtgui_chooser.xml \
qtgui_slider.xml
diff --git a/gr-qtgui/grc/qtgui_text_box.xml b/gr-qtgui/grc/qtgui_entry.xml
index 0d7fe36ee..63c14ad8f 100644
--- a/gr-qtgui/grc/qtgui_text_box.xml
+++ b/gr-qtgui/grc/qtgui_entry.xml
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<!--
###################################################
-##Variable Text Box:
+##Variable Text Entry:
## a gui text box form
###################################################
-->
<block>
- <name>QT GUI Text Box</name>
- <key>variable_qtgui_text_box</key>
+ <name>QT GUI Entry</name>
+ <key>variable_qtgui_entry</key>
<category>QT GUI Widgets</category>
<import>from PyQt4 import Qt</import>
<var_make>self.$(id) = $(id) = $value</var_make>
@@ -57,7 +57,7 @@ $(gui_hint()($win))</make>
<hide>part</hide>
</param>
<doc>
-This block creates a variable with text box entry. \
+This block creates a variable with a text entry box. \
Leave the label blank to use the variable id as the label.
The GUI hint can be used to position the widget within the application. \
diff --git a/gr-qtgui/grc/qtgui_static_text.xml b/gr-qtgui/grc/qtgui_label.xml
index f20bf7e69..90286d0b2 100644
--- a/gr-qtgui/grc/qtgui_static_text.xml
+++ b/gr-qtgui/grc/qtgui_label.xml
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<!--
###################################################
-##Variable Static Text:
+##Variable Label Text:
## a gui static text form
###################################################
-->
<block>
- <name>QT GUI Static Text</name>
- <key>variable_qtgui_static_text</key>
+ <name>QT GUI Label</name>
+ <key>variable_qtgui_label</key>
<category>QT GUI Widgets</category>
<import>from PyQt4 import Qt</import>
<var_make>self.$(id) = $(id) = $value</var_make>
@@ -55,7 +55,7 @@ $(gui_hint()($win))</make>
<hide>part</hide>
</param>
<doc>
-This block creates a variable with a static text widget. \
+This block creates a variable with a label widget for text. \
Leave the label blank to use the variable id as the label.
The GUI hint can be used to position the widget within the application. \