Changeset 7ed8b57eea in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Aug 31, 2013, 11:52:34 PM (11 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
2a5e50e0a9
Parents:
1241232377
Message:

[BB10] UI fixes:

  • added proxy style and stylesheet to fix some UI issues on BlackBerry?;
  • removed style selection option because most styles have UI issues and removed About Qt menu item because About Qt dialog is too big;
  • load bigger (128x128) icons on BlackBerry? 10;
  • removed printing related items from menu as there's no printer;
  • made dialogs to be shown maximized;
  • made solution graph smaller;
  • made font smaller;
  • made output text color black;
  • start editing table cells on single tap;
  • don't show keyboard in about dialog.

Cherry-picks from
aa64ad40827cde0a444cd8198b0f3457aa191f8f
95b0ef73dcb4517ac2ae08867494204bbe8d7ea6
ccdffe3a5f84f12fba2e2f19ab249c31f1fcf35d
628500a5d687889823197e476953859d529af4f0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r1241232377 r7ed8b57eea  
    7171    void actionFileSaveAsTaskTriggered();
    7272    void actionFileSaveAsSolutionTriggered();
    73 #ifndef QT_NO_PRINTER
     73#ifndef QT_NO_PRINTDIALOG
    7474    void actionFilePrintPreviewTriggered();
    7575    void actionFilePageSetupTriggered();
    7676    void actionFilePrintTriggered();
    77 #endif // QT_NO_PRINTER
     77#endif // QT_NO_PRINTDIALOG
    7878    void actionSettingsPreferencesTriggered();
    7979    void actionSettingsLanguageAutodetectTriggered(bool checked);
     
    118118#ifndef QT_NO_PRINTER
    119119    QPrinter *printer;
     120#ifndef QT_NO_PRINTDIALOG
    120121    QAction *actionFilePrintPreview;
    121122    QAction *actionFilePageSetup;
    122123    QAction *actionFilePrint;
     124#endif // QT_NO_PRINTDIALOG
    123125#endif // QT_NO_PRINTER
    124126    QAction *actionHelpCheck4Updates;
Note: See TracChangeset for help on using the changeset viewer.