mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-30 07:40:51 +01:00
Title block properties: now warn users when they enter invalid keys.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1780 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -48,6 +48,7 @@ class TitleBlockPropertiesWidget : public QWidget {
|
||||
|
||||
// slots:
|
||||
private slots:
|
||||
void refreshFieldsFormatLabel();
|
||||
void checkTableRows();
|
||||
void updateTemplateList();
|
||||
void editCurrentTitleBlockTemplate();
|
||||
@@ -58,6 +59,7 @@ class TitleBlockPropertiesWidget : public QWidget {
|
||||
void initWidgets(const TitleBlockProperties &);
|
||||
void initLayouts();
|
||||
int nameLessRowsCount() const;
|
||||
int highlightNonAcceptableKeys();
|
||||
|
||||
signals:
|
||||
void editTitleBlockTemplate(const QString &, bool);
|
||||
@@ -82,6 +84,7 @@ class TitleBlockPropertiesWidget : public QWidget {
|
||||
QRadioButton *titleblock_fixed_date;
|
||||
bool display_current_date;
|
||||
QLabel *additional_fields_label;
|
||||
QLabel *additional_fields_format_label;
|
||||
QTableWidget *additional_fields_table;
|
||||
QTabBar *tabbar;
|
||||
TitleBlockTemplatesCollection *tbt_collection_;
|
||||
|
||||
Reference in New Issue
Block a user