summaryrefslogtreecommitdiff
path: root/grc/python/flow_graph.tmpl
diff options
context:
space:
mode:
authorJosh Blum2011-03-07 18:40:57 -0800
committerJosh Blum2011-03-07 18:40:57 -0800
commit9121b75d68a0c90deee814edffe387480b52019b (patch)
tree566b418847c51ce97997547fd261f201b50f89be /grc/python/flow_graph.tmpl
parent51bcf966e09e15bd97822608b236f02fd379ea87 (diff)
downloadgnuradio-9121b75d68a0c90deee814edffe387480b52019b.tar.gz
gnuradio-9121b75d68a0c90deee814edffe387480b52019b.tar.bz2
gnuradio-9121b75d68a0c90deee814edffe387480b52019b.zip
qtgui-grc: minor tweaks to the various things
Diffstat (limited to 'grc/python/flow_graph.tmpl')
-rw-r--r--grc/python/flow_graph.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 070ad7ed1..1aea58838 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -235,6 +235,7 @@ if __name__ == '__main__':
#elif $generate_options == 'qt_gui'
qapp = Qt.QApplication(sys.argv)
tb = $(class_name)($(', '.join($params_eq_list)))
+ tb.setWindowTitle("$title")
#if $flow_graph.get_option('run')
tb.start()
#end if