📄 ksiemensview.h
字号:
/*************************************************************************** ksiemensview.h - description ------------------- begin : Wed Jan 17 10:34:49 CET 2001 copyright : (C) 2001 by Matthias Welwarsky email : matze@stud.fbi.fh-darmstadt.de ***************************************************************************//*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/#ifndef KSIEMENSVIEW_H#define KSIEMENSVIEW_H#ifdef HAVE_CONFIG_H#include <config.h>#endif // include files for Qt#include <qwidget.h>class KSiemensDoc;/** The KSiemensView class provides the view widget for the KSiemensApp instance. * The View instance inherits QWidget as a base class and represents the view object of a KTMainWindow. As KSiemensView is part of the * docuement-view model, it needs a reference to the document object connected with it by the KSiemensApp class to manipulate and display * the document structure provided by the KSiemensDoc class. * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. * @version KDevelop version 0.4 code generation */class KSiemensView : public QWidget{ Q_OBJECTpublic: /** Constructor for the main view */ KSiemensView(QWidget *parent = 0, const char *name=0); /** Destructor for the main view */ virtual ~KSiemensView();private: // Private methods /** initialise the user interface components */ void initGUI();};#endif // KSIEMENSVIEW_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -