add suport to add users

This commit is contained in:
2020-05-23 19:59:55 +02:00
parent 021139d669
commit 03f2c31989
11 changed files with 133 additions and 7 deletions

View File

@@ -19,8 +19,12 @@ public:
Gtk::TreeModelColumn<bool> r_admin;
};
ModelColumns m_Columns;
ModelColumns m_Columns;
Glib::RefPtr<Gtk::ListStore> m_refTreeModel;
Gtk::Button b_add_user;
Gtk::Button b_dell_user;
void restart_table();
};
#endif // VIEW_USER_INFO_H