mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:37:45 +00:00
FileManager: Convert properties window UI to GML (#8705)
This commit is contained in:
parent
72e661b542
commit
0b48e12dd7
4 changed files with 333 additions and 80 deletions
|
@ -58,8 +58,7 @@ private:
|
|||
}
|
||||
|
||||
GUI::Button& make_button(String, GUI::Widget& parent);
|
||||
void make_property_value_pairs(const Vector<PropertyValuePair>& pairs, GUI::Widget& parent);
|
||||
void make_permission_checkboxes(GUI::Widget& parent, PermissionMasks, String label_string, mode_t mode);
|
||||
void setup_permission_checkboxes(GUI::CheckBox& box_read, GUI::CheckBox& box_write, GUI::CheckBox& box_execute, PermissionMasks masks, mode_t mode);
|
||||
void permission_changed(mode_t mask, bool set);
|
||||
bool apply_changes();
|
||||
void update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue