Added missing file on QtUitools tests.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
parent
940b90e80a
commit
51cbe9d49e
1 changed files with 16 additions and 0 deletions
16
tests/QtUiTools/action.ui
Normal file
16
tests/QtUiTools/action.ui
Normal file
|
|
@ -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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue