diff options
author | necoro <> | 2007-05-14 19:46:38 +0000 |
---|---|---|
committer | necoro <> | 2007-05-14 19:46:38 +0000 |
commit | 1ca7bfa9904fef5573be4cbe96838db15c30999e (patch) | |
tree | 180a79769dfdcc0b94cf05f89c58dbd8dac583ca /portato/gui/templates/ui | |
parent | fdc8ab4222e781544cba285564b5bb368b9734a1 (diff) | |
download | portato-1ca7bfa9904fef5573be4cbe96838db15c30999e.tar.gz portato-1ca7bfa9904fef5573be4cbe96838db15c30999e.tar.bz2 portato-1ca7bfa9904fef5573be4cbe96838db15c30999e.zip |
made overlaylabel work in Qt
Diffstat (limited to 'portato/gui/templates/ui')
-rw-r--r-- | portato/gui/templates/ui/MainWindow.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/portato/gui/templates/ui/MainWindow.ui b/portato/gui/templates/ui/MainWindow.ui index 569f73e..cd7b40c 100644 --- a/portato/gui/templates/ui/MainWindow.ui +++ b/portato/gui/templates/ui/MainWindow.ui @@ -113,6 +113,16 @@ </widget> </item> <item> + <widget class="QLabel" name="overlayLabel" > + <property name="text" > + <string>TextLabel</string> + </property> + <property name="alignment" > + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="descLabel" > <property name="text" > <string>TextLabel</string> |