summaryrefslogtreecommitdiff
path: root/grc/python
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-07 18:40:57 -0800
committerJosh Blum <josh@joshknows.com>2011-03-07 18:40:57 -0800
commit9121b75d68a0c90deee814edffe387480b52019b (patch)
tree566b418847c51ce97997547fd261f201b50f89be /grc/python
parent51bcf966e09e15bd97822608b236f02fd379ea87 (diff)
qtgui-grc: minor tweaks to the various things
Diffstat (limited to 'grc/python')
-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 070ad7ed19..1aea588384 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