mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
Added a combo box in the title block properties to choose the template that will render the title block.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1134 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -39,6 +39,8 @@ class TitleBlockPropertiesWidget : public QWidget {
|
||||
bool displayCurrentDate() const;
|
||||
bool isReadOnly() const;
|
||||
void setReadOnly(bool);
|
||||
void setTitleBlockTemplatesList(const QList<QString> &);
|
||||
void setTitleBlockTemplatesVisible(bool);
|
||||
|
||||
// attributs
|
||||
private:
|
||||
@@ -51,5 +53,7 @@ class TitleBlockPropertiesWidget : public QWidget {
|
||||
QRadioButton *titleblock_current_date;
|
||||
QRadioButton *titleblock_fixed_date;
|
||||
bool display_current_date;
|
||||
QLabel *titleblock_template_label;
|
||||
QComboBox *titleblock_template_name;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user