diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-05 12:14:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-05 12:14:21 +0100 |
commit | cc3a10f7117b11b4b3f2644224ae728e395a9e9b (patch) | |
tree | 8cbe7fd6324b98aaa5a74a815f7b253e8a69320a /FTNoIR_Tracker_PT | |
parent | 634e9aa811ed3823df83b25eb7b2a1f49e16ee78 (diff) |
change icons, remove self-references
Diffstat (limited to 'FTNoIR_Tracker_PT')
-rw-r--r-- | FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui | 2 | ||||
-rw-r--r-- | FTNoIR_Tracker_PT/Resources/icon.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | FTNoIR_Tracker_PT/ftnoir_tracker_pt.qrc | 19 |
3 files changed, 10 insertions, 11 deletions
diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui index ce708849..9f00cf29 100644 --- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui +++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui @@ -24,7 +24,7 @@ </property>
<property name="windowIcon">
<iconset resource="ftnoir_tracker_pt.qrc">
- <normaloff>:/Resources/icon.ico</normaloff>:/Resources/icon.ico</iconset>
+ <normaloff>:/Resources/Logo_IR.png</normaloff>:/Resources/Logo_IR.png</iconset>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
diff --git a/FTNoIR_Tracker_PT/Resources/icon.ico b/FTNoIR_Tracker_PT/Resources/icon.ico Binary files differdeleted file mode 100644 index c4b2aedc..00000000 --- a/FTNoIR_Tracker_PT/Resources/icon.ico +++ /dev/null diff --git a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.qrc b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.qrc index 9b510981..a8f9a1af 100644 --- a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.qrc +++ b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.qrc @@ -1,10 +1,9 @@ -<RCC>
- <qresource prefix="/">
- <file>Resources/icon.ico</file>
- <file>Resources/cap_front.png</file>
- <file>Resources/cap_side.png</file>
- <file>Resources/clip_front.png</file>
- <file>Resources/clip_side.png</file>
- <file>Resources/Logo_IR.png</file>
- </qresource>
-</RCC>
+<RCC> + <qresource prefix="/"> + <file>Resources/cap_front.png</file> + <file>Resources/cap_side.png</file> + <file>Resources/clip_front.png</file> + <file>Resources/clip_side.png</file> + <file>Resources/Logo_IR.png</file> + </qresource> +</RCC> |