mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Corrections et amleiorations sur le widget ExportProperties :
* stretch et marges en trop * modification du titre du cadre * emission d'un signal lors de la modification d'un option de rendu * ajout d'un mode "Impression", plus generiques, avec moins d'options affichees git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@757 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -38,6 +38,7 @@ class ExportPropertiesWidget : public QWidget {
|
||||
public:
|
||||
void setExportProperties(const ExportProperties &);
|
||||
ExportProperties exportProperties() const;
|
||||
void setPrintingMode(bool);
|
||||
|
||||
public slots:
|
||||
void slot_chooseADirectory();
|
||||
@@ -45,6 +46,7 @@ class ExportPropertiesWidget : public QWidget {
|
||||
signals:
|
||||
void formatChanged();
|
||||
void exportedAreaChanged();
|
||||
void optionChanged();
|
||||
|
||||
// methodes privees
|
||||
private:
|
||||
@@ -52,8 +54,10 @@ class ExportPropertiesWidget : public QWidget {
|
||||
|
||||
// attributs
|
||||
private:
|
||||
QLabel *dirpath_label;
|
||||
QLineEdit *dirpath;
|
||||
QPushButton *button_browse;
|
||||
QLabel *format_label;
|
||||
QComboBox *format;
|
||||
QCheckBox *draw_grid;
|
||||
QCheckBox *draw_border;
|
||||
|
||||
Reference in New Issue
Block a user