author | drw <drw> | 2005-03-03 20:18:00 (UTC) |
---|---|---|
committer | drw <drw> | 2005-03-03 20:18:00 (UTC) |
commit | 8f3a393c01f4fe88023c2dcf870ffa2061030f9e (patch) (side-by-side diff) | |
tree | f14a672280e0958ada936dc537a91b9f3ffe7762 /noncore | |
parent | 6c3a7220a587fbd5bee75d7b6c7376339286e25d (diff) | |
download | opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.zip opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.tar.gz opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.tar.bz2 |
Remove 'Experimental' from app caption
-rw-r--r-- | noncore/tools/calculator/calculator.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/calculator/calculator.ui b/noncore/tools/calculator/calculator.ui index 0f26040..ed9c5d0 100644 --- a/noncore/tools/calculator/calculator.ui +++ b/noncore/tools/calculator/calculator.ui @@ -1,108 +1,108 @@ <!DOCTYPE UI><UI> <class>Calculator</class> <comment>********************************************************************* ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Palmtop Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** *********************************************************************</comment> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>Calculator</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>389</width> + <width>385</width> <height>562</height> </rect> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>maximumSize</name> <size> <width>32767</width> <height>32767</height> </size> </property> <property stdset="1"> <name>baseSize</name> <size> <width>235</width> <height>100</height> </size> </property> <property stdset="1"> <name>caption</name> - <string>Experimental Calculator</string> + <string>Calculator</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <vbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>2</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout7</cstring> </property> <vbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLCDNumber</class> <property stdset="1"> <name>name</name> <cstring>LCD</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>font</name> <font> <pointsize>7</pointsize> |