Changeset 104 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Apr 19, 2010, 10:33:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r100 r104 101 101 #endif // Q_OS_WINCE_WM 102 102 103 // Formats 104 QTextTableFormat fmt_table; 105 QTextBlockFormat fmt_paragraph, 106 fmt_center; 107 QTextCharFormat fmt_default, 108 fmt_selected, 109 fmt_alternate, 110 fmt_altlist; 111 103 112 void closeEvent(QCloseEvent *ev); 104 113 bool hasUpdater() const; … … 107 116 bool loadLanguage(const QString &lang = QString()); 108 117 bool maybeSave(); 109 QString outputMatrix(const TMatrix &matrix) const;110 QString outputMatrix(const SStep &step) const;118 void outputMatrix(QTextCursor &cur, const TMatrix &matrix); 119 void outputMatrix(QTextCursor &cur, const SStep &step); 111 120 void retranslateUi(bool all = true); 112 121 bool saveTask();
Note: See TracChangeset
for help on using the changeset viewer.