diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-10-01 19:43:53 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-10-01 19:46:05 -0300 |
commit | 51cbe9d49e3a992f1d02dd97fe68e34fae6957ee (patch) | |
tree | 12487bb2e92148a13a7144869a5f2fe8df72b385 /tests/QtUiTools | |
parent | 940b90e80a7ec21e513ac16ff73d8fa8cf23d489 (diff) | |
download | pyside-51cbe9d49e3a992f1d02dd97fe68e34fae6957ee.tar.gz pyside-51cbe9d49e3a992f1d02dd97fe68e34fae6957ee.tar.xz pyside-51cbe9d49e3a992f1d02dd97fe68e34fae6957ee.zip |
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.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/QtUiTools/action.ui b/tests/QtUiTools/action.ui new file mode 100644 index 0000000..9eda559 --- /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> |