mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
swift
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackmisc/networkutils.h"
|
||||
#include "blackmisc/settingutilities.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include <QDesktopServices>
|
||||
#include <QUrl>
|
||||
#include <QDir>
|
||||
@@ -15,6 +16,7 @@ CIntroWindow::CIntroWindow(QWidget *parent) :
|
||||
ui(new Ui::CIntroWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setWindowTitle(BlackMisc::CProject::systemNameAndVersion());
|
||||
this->layout()->setSizeConstraint(QLayout::SetFixedSize);
|
||||
this->ui->cb_DBusServer->addItem(BlackCore::CDBusServer::sessionDBusServer());
|
||||
this->ui->cb_DBusServer->addItem(BlackCore::CDBusServer::systemDBusServer());
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>BlackGUI intro screen</string>
|
||||
<string>swift intro screen</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../../src/blackgui/blackgui.qrc">
|
||||
|
||||
@@ -107,7 +107,7 @@ namespace BlackMisc
|
||||
|
||||
const QString &CProject::systemNameAndVersion()
|
||||
{
|
||||
static QString s = QString("BlackBox %1").arg(version());
|
||||
static QString s = QString("swift %1").arg(version());
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user