waypointeditoruibase.h
来自「GPS Manager is a GUI for downloading, or」· C头文件 代码 · 共 76 行
H
76 行
/****************************************************************************** Form interface generated from reading ui file 'waypointEditorUIBase.ui'**** Created: Fri Jul 4 11:45:34 2003** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.2 edited Dec 19 11:45 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef WAYPOINTEDITORUIBASE_H#define WAYPOINTEDITORUIBASE_H#include <qvariant.h>#include <qpixmap.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;namespace gpsmgr {class GroupEditorWidget;}class QTabWidget;class QWidget;class QLabel;class QLineEdit;class QTextEdit;class QPushButton;class WaypointEditorUIBase : public QDialog{ Q_OBJECTpublic: WaypointEditorUIBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~WaypointEditorUIBase(); QTabWidget* tabWidget2; QWidget* tab; QLabel* textLabel1_4; QLabel* textLabel1; QLabel* textLabel1_2; QLabel* textLabel1_3; QLabel* textLabel1_3_2; QLineEdit* mNameEdit; QLineEdit* mLatEdit; QLineEdit* mLonEdit; QLineEdit* mAltitudeEdit; QLineEdit* mSymbolEdit; QLabel* textLabel2; QTextEdit* mCommentEdit; QWidget* tab_2; gpsmgr::GroupEditorWidget* mGroupEditorWidget; QPushButton* mOKBtn; QPushButton* mCancelBtn;protected: QVBoxLayout* WaypointEditorUIBaseLayout; QVBoxLayout* tabLayout; QHBoxLayout* layout8; QVBoxLayout* layout16; QVBoxLayout* layout7; QVBoxLayout* layout10; QGridLayout* tabLayout_2; QHBoxLayout* layout12;protected slots: virtual void languageChange();private: QPixmap image0;};#endif // WAYPOINTEDITORUIBASE_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?