Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
1234567891011121314151617181920 |
- /*264:*/
- #line 14 "./abouttypica.w"
-
- #include <QMainWindow>
- #include <QFile>
- #include "webview.h"
-
- #ifndef AboutTypicaHeader
- #define AboutTypicaHeader
-
- class AboutTypica:public QMainWindow
- {
- Q_OBJECT
- public:
- AboutTypica();
- };
-
- #endif
-
- /*:264*/
|