ENH: update some GUI styles

jira: [STUDIO-12074]
Change-Id: I01bbf66577040d837c1768749b43500221e54fcb
(cherry picked from commit b813cb04dd438319c331d1b7ff533120bf65bd4a)
This commit is contained in:
xin.zhang
2025-05-08 16:56:43 +08:00
committed by Noisyfox
parent 56088f22d6
commit 60005def4c
4 changed files with 68 additions and 20 deletions

View File

@@ -161,6 +161,7 @@ public:
}
};
bool is_enabled() const { return m_enable; }
void enable(bool able) {
if (m_enable != able)
{
@@ -179,6 +180,7 @@ private:
private:
ScalableBitmap m_selected_bk;
ScalableBitmap m_selected_disbabled_bk;
std::vector<POItem> m_ops;
std::string selected_key;
std::string m_param;
@@ -199,7 +201,7 @@ public:
~PrintOption(){};
public:
void enable(bool en) { m_printoption_item->enable(en); }
void enable(bool en);
void setValue(std::string value);
std::string getValue();