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