mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-18 07:39:58 +02:00
Print preview dialog : Add selection by date.
Add two news option for select diagrams to print : select "from the date :" and select "at the date".
This commit is contained in:
@@ -73,7 +73,11 @@ class ProjectPrintWindow : public QMainWindow
|
||||
void on_m_uncheck_all_clicked();
|
||||
void print();
|
||||
|
||||
private:
|
||||
void on_m_date_cb_userDateChanged(const QDate &date);
|
||||
|
||||
void on_m_date_from_cb_currentIndexChanged(int index);
|
||||
|
||||
private:
|
||||
void requestPaint();
|
||||
void printDiagram(Diagram *diagram, bool fit_page, QPainter *painter, QPrinter *printer);
|
||||
QRect diagramRect(Diagram *diagram, const ExportProperties &option) const;
|
||||
|
||||
Reference in New Issue
Block a user