aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtUiTools
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-01 19:43:53 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-01 19:46:05 -0300
commit51cbe9d49e3a992f1d02dd97fe68e34fae6957ee (patch)
tree12487bb2e92148a13a7144869a5f2fe8df72b385 /tests/QtUiTools
parent940b90e80a7ec21e513ac16ff73d8fa8cf23d489 (diff)
Added missing file on QtUitools tests.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtUiTools')
-rw-r--r--tests/QtUiTools/action.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/QtUiTools/action.ui b/tests/QtUiTools/action.ui
new file mode 100644
index 000000000..9eda559de
--- /dev/null
+++ b/tests/QtUiTools/action.ui
@@ -0,0 +1,16 @@
+<ui version="4.0">
+ <class>main_window</class>
+ <widget class="QMainWindow" name="main_window">
+ <widget class="QWidget" name="centralwidget"/>
+ <widget class="QMenuBar" name="menubar"/>
+ <widget class="QStatusBar" name="statusbar">
+ <action name="actionFoo">
+ <property name="text">
+ <string>foo</string>
+ </property>
+ </action>
+ </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>