mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
VisualBuilder: Expose GGroupBox name property.
This commit is contained in:
parent
62d347d12a
commit
b3f657a1c6
3 changed files with 13 additions and 0 deletions
|
@ -8,6 +8,7 @@ public:
|
|||
virtual ~GGroupBox() override;
|
||||
|
||||
String name() const { return m_name; }
|
||||
void set_name(const String&);
|
||||
|
||||
virtual const char* class_name() const override { return "GGroupBox"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue