mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:56:16 +00:00
UI: Improve Copy-Path/Folder icons.
This commit is contained in:
parent
6c8b0c7ae4
commit
0b23ec55a3
@ -727,8 +727,8 @@ void StatisticsPage::setupAppInfoRow()
|
||||
auto layout = new QHBoxLayout();
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
m_btAppCopyPath = ControlUtil::createLinkButton(":/images/page_copy.png");
|
||||
m_btAppOpenFolder = ControlUtil::createLinkButton(":/images/folder_go.png");
|
||||
m_btAppCopyPath = ControlUtil::createLinkButton(":/icons/file-link.png");
|
||||
m_btAppOpenFolder = ControlUtil::createLinkButton(":/icons/folder.png");
|
||||
|
||||
m_lineAppPath = ControlUtil::createLineLabel();
|
||||
|
||||
|
@ -469,8 +469,8 @@ void ProgramsWindow::setupAppInfoRow()
|
||||
auto layout = new QHBoxLayout();
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
m_btAppCopyPath = ControlUtil::createLinkButton(":/images/page_copy.png");
|
||||
m_btAppOpenFolder = ControlUtil::createLinkButton(":/images/folder_go.png");
|
||||
m_btAppCopyPath = ControlUtil::createLinkButton(":/icons/file-link.png");
|
||||
m_btAppOpenFolder = ControlUtil::createLinkButton(":/icons/folder.png");
|
||||
|
||||
m_lineAppPath = ControlUtil::createLineLabel();
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>icons/cog.png</file>
|
||||
<file>icons/file-link.png</file>
|
||||
<file>icons/floppy.png</file>
|
||||
<file>icons/folder.png</file>
|
||||
<file>icons/funnel.png</file>
|
||||
<file>icons/globe.png</file>
|
||||
<file>icons/map-marker.png</file>
|
||||
|
@ -18,14 +18,12 @@
|
||||
<file>images/folder_database.png</file>
|
||||
<file>images/folder_error.png</file>
|
||||
<file>images/folder_explore.png</file>
|
||||
<file>images/folder_go.png</file>
|
||||
<file>images/folder_user.png</file>
|
||||
<file>images/map.png</file>
|
||||
<file>images/map_add.png</file>
|
||||
<file>images/map_delete.png</file>
|
||||
<file>images/map_edit.png</file>
|
||||
<file>images/map_magnify.png</file>
|
||||
<file>images/page_copy.png</file>
|
||||
<file>images/server_compressed.png</file>
|
||||
<file>images/server_go.png</file>
|
||||
<file>images/shield.png</file>
|
||||
|
BIN
src/ui/icons/file-link.png
Normal file
BIN
src/ui/icons/file-link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 706 B |
BIN
src/ui/icons/folder.png
Normal file
BIN
src/ui/icons/folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 376 B |
Binary file not shown.
Before Width: | Height: | Size: 694 B |
Binary file not shown.
Before Width: | Height: | Size: 663 B |
Loading…
Reference in New Issue
Block a user