mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-23 13:09:58 +01:00
Add table dialog : table config can saved and loaded.
The dialog used to edit the configuration of QetGraphicsTable item can now save and load a configuration from graphics_table.json file located in the user config dir.
This commit is contained in:
@@ -63,6 +63,9 @@ class AddTableDialog : public QDialog
|
||||
void on_m_table_font_pb_clicked();
|
||||
void on_m_edit_header_margins_pb_clicked();
|
||||
void on_m_table_margins_pb_clicked();
|
||||
void saveConfig();
|
||||
void loadConfig();
|
||||
void fillSavedQuery();
|
||||
|
||||
private:
|
||||
Ui::AddTableDialog *ui;
|
||||
|
||||
Reference in New Issue
Block a user