mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #760, new 3D swift icons
* removed old icons * new icons in CIcons class * and as ico / icns (MAC)
This commit is contained in:
committed by
Roland Winklmeier
parent
898b8e4078
commit
ccb14b4d19
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||
QApplication qa(argc, argv);
|
||||
CSwiftGuiStdApplication a;
|
||||
a.setSignalStartupAutomatically(false); // application will signal startup on its own
|
||||
a.splashScreen(":/own/icons/own/swift/swiftCirclePilotClient1024.png");
|
||||
a.splashScreen(CIcons::swift256());
|
||||
if (!a.start())
|
||||
{
|
||||
a.gracefulShutdown();
|
||||
|
||||
BIN
src/swiftguistandard/swift.icns
Normal file
BIN
src/swiftguistandard/swift.icns
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 760 KiB |
@@ -20,9 +20,10 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
|
||||
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
OTHER_FILES += *.qss *.ico *.rc
|
||||
OTHER_FILES += *.qss *.ico *.rc *.icns
|
||||
RC_FILE = swift.rc
|
||||
DISTFILES += swift.rc
|
||||
ICON = swift.icns
|
||||
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
|
||||
@@ -25,18 +25,6 @@
|
||||
<property name="windowTitle">
|
||||
<string>swift GUI</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonIconOnly</enum>
|
||||
</property>
|
||||
<property name="animated">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="tabShape">
|
||||
<enum>QTabWidget::Rounded</enum>
|
||||
</property>
|
||||
<property name="dockOptions">
|
||||
<set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks</set>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user