Changeset 20e8115cee in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Apr 14, 2011, 1:09:20 AM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8f2427aaf0
Parents:
144fbe6b96
git-author:
Oleksii Serdiuk <contacts@…> (04/14/11 01:09:20)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
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
  • src/mainwindow.h

    r144fbe6b96 r20e8115cee  
    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.