Fix module name format in displayed code
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtDBus -> Qt D-Bus QtMultimedia -> Qt Multimedia QtWidgets -> Qt Widgets Change-Id: I96a1523b37e294b10b203782074943c6ec55e34a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
5764f10323
commit
26817211d2
@ -13,7 +13,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>QtDBus Chat</string>
|
||||
<string>Qt D-Bus Chat</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget" >
|
||||
<layout class="QHBoxLayout" >
|
||||
|
@ -13,7 +13,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>QtDBus Chat</string>
|
||||
<string>Qt D-Bus Chat</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget" >
|
||||
<layout class="QHBoxLayout" >
|
||||
|
@ -149,7 +149,7 @@ public:
|
||||
|
||||
void retranslateUi(QMainWindow *ChatMainWindow)
|
||||
{
|
||||
ChatMainWindow->setWindowTitle(QApplication::translate("ChatMainWindow", "QtDBus Chat", 0));
|
||||
ChatMainWindow->setWindowTitle(QApplication::translate("ChatMainWindow", "Qt D-Bus Chat", 0));
|
||||
actionQuit->setText(QApplication::translate("ChatMainWindow", "Quit", 0));
|
||||
actionQuit->setShortcut(QApplication::translate("ChatMainWindow", "Ctrl+Q", 0));
|
||||
actionAboutQt->setText(QApplication::translate("ChatMainWindow", "About Qt...", 0));
|
||||
|
@ -3385,8 +3385,8 @@ void Configure::displayConfig()
|
||||
sout << "CUPS support................" << dictionary[ "QT_CUPS" ] << endl;
|
||||
sout << "OpenVG support.............." << dictionary[ "OPENVG" ] << endl;
|
||||
sout << "OpenSSL support............." << dictionary[ "OPENSSL" ] << endl;
|
||||
sout << "QtDBus support.............." << dictionary[ "DBUS" ] << endl;
|
||||
sout << "QtWidgets module support...." << dictionary[ "WIDGETS" ] << endl;
|
||||
sout << "Qt D-Bus support............" << dictionary[ "DBUS" ] << endl;
|
||||
sout << "Qt Widgets module support..." << dictionary[ "WIDGETS" ] << endl;
|
||||
sout << "QML debugging..............." << dictionary[ "QML_DEBUG" ] << endl;
|
||||
sout << "DirectWrite support........." << dictionary[ "DIRECTWRITE" ] << endl;
|
||||
sout << "Use system proxies.........." << dictionary[ "SYSTEM_PROXIES" ] << endl << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user