forked from qt-creator/qt-creator
i18n: tr()-Fixes.
This commit is contained in:
@@ -44,6 +44,7 @@ struct FileShareProtocolSettings;
|
|||||||
|
|
||||||
class FileShareProtocol : public Protocol
|
class FileShareProtocol : public Protocol
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
Q_DISABLE_COPY(FileShareProtocol)
|
Q_DISABLE_COPY(FileShareProtocol)
|
||||||
public:
|
public:
|
||||||
FileShareProtocol();
|
FileShareProtocol();
|
||||||
|
@@ -41,6 +41,7 @@ class MaemoPackageCreationStep;
|
|||||||
|
|
||||||
class MaemoPackageContents : public QAbstractTableModel
|
class MaemoPackageContents : public QAbstractTableModel
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
struct Deployable
|
struct Deployable
|
||||||
{
|
{
|
||||||
|
@@ -16,18 +16,17 @@
|
|||||||
<verstretch>1</verstretch>
|
<verstretch>1</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
|
||||||
<string>Form</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="contentsLabel">
|
<widget class="QLabel" name="contentsLabel">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
<string>Package contents:</string>
|
||||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
||||||
p, li { white-space: pre-wrap; }
|
|
||||||
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Package contents:</span></p></body></html></string>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Reference in New Issue
Block a user