mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
add toolbox network devices & enhance UI with new icons
- Added new icons to resources.qrc for improved UI representation. - Implemented ZIconWidget for buttons in AfcExplorerWidget, replacing ClickableIconWidget. - Introduced NetworkDevicesWidget for discovering and monitoring network devices. - Updated AppInstallDialog to use QTemporaryDir for better temporary directory management. - Enhanced FileExportDialog to prompt user for opening the export directory upon completion. - Refactored styles in various widgets for consistency and improved theming support. - Cleaned up unused code and comments across multiple files.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
#include "zlineedit.h"
|
||||
#include "iDescriptor-ui.h"
|
||||
|
||||
ZLineEdit::ZLineEdit(QWidget *parent) : QLineEdit(parent) { setupStyles(); }
|
||||
|
||||
@@ -29,7 +30,7 @@ void ZLineEdit::updateStyles()
|
||||
"} "
|
||||
"QLineEdit:focus { "
|
||||
" border: 2px solid " +
|
||||
qApp->palette().color(QPalette::Highlight).name() +
|
||||
COLOR_ACCENT_BLUE.name() +
|
||||
"; "
|
||||
" outline: none; "
|
||||
"}");
|
||||
|
||||
Reference in New Issue
Block a user