mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-06 02:25:46 +00:00
added icons
changes in the project architecture
This commit is contained in:
12
sources/resources/CMakeLists.txt
Normal file
12
sources/resources/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# set project name
|
||||
set (SUBPROJECT netctl-gui-icons)
|
||||
message (STATUS "Subproject ${SUBPROJECT}")
|
||||
|
||||
if (BUILD_GUI)
|
||||
install (FILES icon.png DESTINATION share/pixmaps RENAME netctl-gui.png)
|
||||
endif ()
|
||||
if (BUILD_DATAENGINE OR BUILD_PLASMOID)
|
||||
install (FILES icon-plasmoid.png DESTINATION share/pixmaps RENAME netctl-gui-widget.png)
|
||||
install (FILES network-idle-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-idle.png)
|
||||
install (FILES network-offline-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-offline.png)
|
||||
endif ()
|
BIN
sources/resources/icon-plasmoid.png
Normal file
BIN
sources/resources/icon-plasmoid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
sources/resources/icon.png
Normal file
BIN
sources/resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
sources/resources/network-idle-64x64.png
Normal file
BIN
sources/resources/network-idle-64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
sources/resources/network-offline-64x64.png
Normal file
BIN
sources/resources/network-offline-64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
10
sources/resources/resources.qrc
Normal file
10
sources/resources/resources.qrc
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<!-- gui translations -->
|
||||
<file>translations/english.qm</file>
|
||||
<file>translations/russian.qm</file>
|
||||
<!-- icons -->
|
||||
<file>icon.png</file>
|
||||
<file>wifi.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
1493
sources/resources/translations/english.ts
Normal file
1493
sources/resources/translations/english.ts
Normal file
File diff suppressed because it is too large
Load Diff
1493
sources/resources/translations/russian.ts
Normal file
1493
sources/resources/translations/russian.ts
Normal file
File diff suppressed because it is too large
Load Diff
BIN
sources/resources/wifi.png
Normal file
BIN
sources/resources/wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user