Changeset 106 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Apr 20, 2010, 11:18:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r105 r106 101 101 #endif // Q_OS_WINCE_WM 102 102 103 // The solution graph SVG 104 QPicture graph; 105 103 106 // Formats 104 107 QTextTableFormat fmt_table; 105 108 QTextBlockFormat fmt_paragraph, 106 fmt_ce nter;109 fmt_cell; 107 110 QTextCharFormat fmt_default, 108 111 fmt_selected, … … 112 115 void closeEvent(QCloseEvent *ev); 113 116 void dragEnterEvent(QDragEnterEvent *ev); 117 void drawNode(QPainter &pic, int nstep, bool left = false, SStep *step = NULL); 114 118 void dropEvent(QDropEvent *ev); 115 119 bool hasUpdater() const;
Note: See TracChangeset
for help on using the changeset viewer.