r15408 by craig - #9266: Backport tooltip addition
scribus-commit
scribus-commit at lists.scribus.net
Tue Aug 10 23:01:43 CEST 2010
Author: craig
Date: Tue Aug 10 21:01:43 2010
New Revision: 15408
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15408
Log:
#9266: Backport tooltip addition
Modified:
branches/Version135/Scribus/scribus/plugins/saveastemplateplugin/satdialog.ui
Modified: branches/Version135/Scribus/scribus/plugins/saveastemplateplugin/satdialog.ui
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15408&path=/branches/Version135/Scribus/scribus/plugins/saveastemplateplugin/satdialog.ui
==============================================================================
--- branches/Version135/Scribus/scribus/plugins/saveastemplateplugin/satdialog.ui (original)
+++ branches/Version135/Scribus/scribus/plugins/saveastemplateplugin/satdialog.ui Tue Aug 10 21:01:43 2010
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>satdialog</class>
- <widget class="QDialog" name="satdialog" >
- <property name="geometry" >
+ <widget class="QDialog" name="satdialog">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@@ -9,42 +10,29 @@
<height>503</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Save as Template</string>
</property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="10" column="1" >
- <widget class="QLineEdit" name="emailEdit" />
+ <layout class="QGridLayout">
+ <item row="10" column="1">
+ <widget class="QLineEdit" name="emailEdit"/>
</item>
- <item row="9" column="1" >
- <widget class="QLineEdit" name="authorEdit" />
+ <item row="9" column="1">
+ <widget class="QLineEdit" name="authorEdit"/>
</item>
- <item row="10" column="0" >
- <widget class="QLabel" name="emailLabel" >
- <property name="text" >
- <string>Email</string>
+ <item row="10" column="0">
+ <widget class="QLabel" name="emailLabel">
+ <property name="text">
+ <string>Email:</string>
</property>
</widget>
</item>
- <item row="9" column="0" >
- <widget class="QLabel" name="authorLabel" >
- <property name="text" >
- <string>Author</string>
- </property>
- </widget>
- </item>
- <item row="8" column="0" >
+ <item row="8" column="0">
<spacer>
- <property name="orientation" >
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
@@ -52,12 +40,12 @@
</property>
</spacer>
</item>
- <item row="6" column="0" >
+ <item row="6" column="0">
<spacer>
- <property name="orientation" >
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
@@ -65,80 +53,91 @@
</property>
</spacer>
</item>
- <item rowspan="2" row="7" column="1" >
- <widget class="QTextEdit" name="usageEdit" />
+ <item row="7" column="1" rowspan="2">
+ <widget class="QTextEdit" name="usageEdit"/>
</item>
- <item rowspan="2" row="5" column="1" >
- <widget class="QTextEdit" name="descrEdit" />
+ <item row="5" column="1" rowspan="2">
+ <widget class="QTextEdit" name="descrEdit"/>
</item>
- <item row="4" column="1" >
- <widget class="QLineEdit" name="colorsEdit" />
+ <item row="4" column="1">
+ <widget class="QLineEdit" name="colorsEdit">
+ <property name="toolTip">
+ <string>Description of the color format of the document, or some hints regarding colors used</string>
+ </property>
+ </widget>
</item>
- <item row="3" column="1" >
- <widget class="QLineEdit" name="psizeEdit" />
+ <item row="3" column="1">
+ <widget class="QLineEdit" name="psizeEdit"/>
</item>
- <item row="2" column="1" >
- <widget class="QComboBox" name="catsCombo" />
+ <item row="2" column="1">
+ <widget class="QComboBox" name="catsCombo"/>
</item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="nameEdit" />
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="nameEdit"/>
</item>
- <item row="1" column="0" colspan="2" >
- <widget class="QCheckBox" name="detailButton" >
- <property name="text" >
+ <item row="1" column="0" colspan="2">
+ <widget class="QCheckBox" name="detailButton">
+ <property name="text">
<string>&More Details</string>
</property>
</widget>
</item>
- <item row="0" column="0" >
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Name</string>
+ <item row="0" column="0">
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Name:</string>
</property>
</widget>
</item>
- <item row="2" column="0" >
- <widget class="QLabel" name="catsLabel" >
- <property name="text" >
- <string>Category</string>
+ <item row="2" column="0">
+ <widget class="QLabel" name="catsLabel">
+ <property name="text">
+ <string>Category:</string>
</property>
</widget>
</item>
- <item row="3" column="0" >
- <widget class="QLabel" name="psizeLabel" >
- <property name="text" >
- <string>Page Size</string>
+ <item row="3" column="0">
+ <widget class="QLabel" name="psizeLabel">
+ <property name="text">
+ <string>Page Size:</string>
</property>
</widget>
</item>
- <item row="4" column="0" >
- <widget class="QLabel" name="colorsLabel" >
- <property name="text" >
- <string>Colors</string>
+ <item row="4" column="0">
+ <widget class="QLabel" name="colorsLabel">
+ <property name="text">
+ <string>Colors:</string>
</property>
</widget>
</item>
- <item row="5" column="0" >
- <widget class="QLabel" name="descrLabel" >
- <property name="text" >
- <string>Description</string>
+ <item row="5" column="0">
+ <widget class="QLabel" name="descrLabel">
+ <property name="text">
+ <string>Description:</string>
</property>
</widget>
</item>
- <item row="7" column="0" >
- <widget class="QLabel" name="usageLabel" >
- <property name="text" >
- <string>Usage</string>
+ <item row="7" column="0">
+ <widget class="QLabel" name="usageLabel">
+ <property name="text">
+ <string>Usage:</string>
</property>
</widget>
</item>
- <item row="11" column="0" colspan="2" >
- <widget class="QDialogButtonBox" name="buttonBox" >
- <property name="orientation" >
+ <item row="11" column="0" colspan="2">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="standardButtons" >
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
+ <item row="9" column="0">
+ <widget class="QLabel" name="authorLabel">
+ <property name="text">
+ <string>Author:</string>
</property>
</widget>
</item>
@@ -152,11 +151,11 @@
<receiver>satdialog</receiver>
<slot>accept()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
@@ -168,11 +167,11 @@
<receiver>satdialog</receiver>
<slot>reject()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
More information about the scribus-commit
mailing list