Changeset 161 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Apr 14, 2011, 1:09:20 AM (13 years ago)
Author:
laleppa
Message:

+ Added the ability to setup page-related options for printing (closed ticket #5).

  • Fixed bug #3 (Solution graph font size should be fixed) - font size now depends on the graph size.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r159 r161  
    6464#ifndef QT_NO_PRINTER
    6565    void actionFilePrintPreviewTriggered();
     66    void actionFilePageSetupTriggered();
    6667    void actionFilePrintTriggered();
    6768#endif // QT_NO_PRINTER
     
    109110    QPrinter *printer;
    110111    QAction *actionFilePrintPreview;
     112    QAction *actionFilePageSetup;
    111113    QAction *actionFilePrint;
    112114#endif // QT_NO_PRINTER
Note: See TracChangeset for help on using the changeset viewer.