mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
VisualBuilder: Add a text box to the properties window.
This commit is contained in:
parent
3cddc3484e
commit
c736dbdf10
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <LibGUI/GWindow.h>
|
||||
|
||||
class GTableView;
|
||||
class GTextBox;
|
||||
|
||||
class VBPropertiesWindow final : public GWindow {
|
||||
public:
|
||||
|
@ -13,5 +14,6 @@ public:
|
|||
const GTableView& table_view() const { return *m_table_view; }
|
||||
|
||||
private:
|
||||
GTextBox* m_text_box { nullptr };
|
||||
GTableView* m_table_view { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue