graphics table properties editor : minor

Add label to inform users that the number of row is less than the number
of information to display.
This commit is contained in:
Claveau Joshua
2020-07-20 20:29:13 +02:00
parent 709280e3c1
commit f242e1bccc
3 changed files with 146 additions and 95 deletions

View File

@@ -52,6 +52,7 @@ class GraphicsTablePropertiesEditor : public PropertiesEditorWidget
void on_m_header_font_pb_clicked();
void on_m_table_font_pb_clicked();
virtual void updateUi() override;
void updateInfoLabel();
void on_m_table_name_le_textEdited(const QString &arg1);
void on_m_previous_table_cb_activated(int index);
void on_m_previous_pb_clicked();