GUI: Change text in Add Application-dialog back to plain text.

Revert change ca9f8a7036 that converted
text in Add Application -dialog to rich text. The text is plain
text and doesn't use any formatting so plain text is good for it.
This commit is contained in:
Kimmo Varis 2010-11-26 23:20:25 +02:00
parent 14ee95eab7
commit e0e0e3b4fa
1 changed files with 155 additions and 156 deletions

View File

@ -1,156 +1,155 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>ApplicationDialog</class> <class>ApplicationDialog</class>
<widget class="QDialog" name="ApplicationDialog"> <widget class="QDialog" name="ApplicationDialog">
<property name="windowModality"> <property name="windowModality">
<enum>Qt::WindowModal</enum> <enum>Qt::WindowModal</enum>
</property> </property>
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>569</width> <width>569</width>
<height>300</height> <height>300</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Add an application</string> <string>Add an application</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <string>Here you can add applications that can open error files.
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; Specify a name for the application and the application to execute.
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt; The following texts are replaced with appropriate values when application is executed:
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Here you can add applications that can open error files.&lt;/span&gt;&lt;/p&gt; (file) - Filename containing the error
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Specify a name for the application and the command to execute.&lt;/span&gt;&lt;/p&gt; (line) - Line number containing the error
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt; (message) - Error message
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;The following texts are replaced with appropriate values when application is executed:&lt;/span&gt;&lt;/p&gt; (severity) - Error severity
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;(file) - Filename containing the error&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;(line) - Line number containing the error&lt;/span&gt;&lt;/p&gt; Example opening a file with Kate and make Kate scroll to the correct line:
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;(message) - Error message&lt;/span&gt;&lt;/p&gt; kate -l(line) (file)</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;(severity) - Error severity&lt;/span&gt;&lt;/p&gt; </property>
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt; <property name="textFormat">
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Example opening a file with Kate and make Kate scroll to the correct line:&lt;/span&gt;&lt;/p&gt; <enum>Qt::AutoText</enum>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;kate -l(line) (file)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <layout class="QHBoxLayout" name="horizontalLayout_2">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <item>
<item> <layout class="QVBoxLayout" name="verticalLayout_3">
<layout class="QVBoxLayout" name="verticalLayout_3"> <item>
<item> <widget class="QLabel" name="label_2">
<widget class="QLabel" name="label_2"> <property name="text">
<property name="text"> <string>Application's name:</string>
<string>Application's name:</string> </property>
</property> <property name="buddy">
<property name="buddy"> <cstring>mName</cstring>
<cstring>mName</cstring> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_3">
<widget class="QLabel" name="label_3"> <property name="text">
<property name="text"> <string>Command to execute:</string>
<string>Command to execute:</string> </property>
</property> <property name="buddy">
<property name="buddy"> <cstring>mPath</cstring>
<cstring>mPath</cstring> </property>
</property> </widget>
</widget> </item>
</item> </layout>
</layout> </item>
</item> <item>
<item> <layout class="QVBoxLayout" name="verticalLayout_2">
<layout class="QVBoxLayout" name="verticalLayout_2"> <item>
<item> <widget class="QLineEdit" name="mName"/>
<widget class="QLineEdit" name="mName"/> </item>
</item> <item>
<item> <widget class="QLineEdit" name="mPath"/>
<widget class="QLineEdit" name="mPath"/> </item>
</item> </layout>
</layout> </item>
</item> </layout>
</layout> </item>
</item> <item>
<item> <layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="horizontalLayout"> <item>
<item> <spacer name="horizontalSpacer">
<spacer name="horizontalSpacer"> <property name="orientation">
<property name="orientation"> <enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum> </property>
</property> <property name="sizeHint" stdset="0">
<property name="sizeHint" stdset="0"> <size>
<size> <width>40</width>
<width>40</width> <height>20</height>
<height>20</height> </size>
</size> </property>
</property> </spacer>
</spacer> </item>
</item> <item>
<item> <widget class="QPushButton" name="mButtonBrowse">
<widget class="QPushButton" name="mButtonBrowse"> <property name="text">
<property name="text"> <string>Browse</string>
<string>Browse</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
</layout> </item>
</item> <item>
<item> <widget class="QDialogButtonBox" name="mButtons">
<widget class="QDialogButtonBox" name="mButtons"> <property name="orientation">
<property name="orientation"> <enum>Qt::Horizontal</enum>
<enum>Qt::Horizontal</enum> </property>
</property> <property name="standardButtons">
<property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property>
</property> </widget>
</widget> </item>
</item> </layout>
</layout> </widget>
</widget> <tabstops>
<tabstops> <tabstop>mName</tabstop>
<tabstop>mName</tabstop> <tabstop>mPath</tabstop>
<tabstop>mPath</tabstop> <tabstop>mButtonBrowse</tabstop>
<tabstop>mButtonBrowse</tabstop> <tabstop>mButtons</tabstop>
<tabstop>mButtons</tabstop> </tabstops>
</tabstops> <resources/>
<resources/> <connections>
<connections> <connection>
<connection> <sender>mButtons</sender>
<sender>mButtons</sender> <signal>accepted()</signal>
<signal>accepted()</signal> <receiver>ApplicationDialog</receiver>
<receiver>ApplicationDialog</receiver> <slot>accept()</slot>
<slot>accept()</slot> <hints>
<hints> <hint type="sourcelabel">
<hint type="sourcelabel"> <x>248</x>
<x>248</x> <y>254</y>
<y>254</y> </hint>
</hint> <hint type="destinationlabel">
<hint type="destinationlabel"> <x>157</x>
<x>157</x> <y>274</y>
<y>274</y> </hint>
</hint> </hints>
</hints> </connection>
</connection> <connection>
<connection> <sender>mButtons</sender>
<sender>mButtons</sender> <signal>rejected()</signal>
<signal>rejected()</signal> <receiver>ApplicationDialog</receiver>
<receiver>ApplicationDialog</receiver> <slot>reject()</slot>
<slot>reject()</slot> <hints>
<hints> <hint type="sourcelabel">
<hint type="sourcelabel"> <x>316</x>
<x>316</x> <y>260</y>
<y>260</y> </hint>
</hint> <hint type="destinationlabel">
<hint type="destinationlabel"> <x>286</x>
<x>286</x> <y>274</y>
<y>274</y> </hint>
</hint> </hints>
</hints> </connection>
</connection> </connections>
</connections> </ui>
</ui>