⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trackeditoruibase.h

📁 GPS Manager is a GUI for downloading, organizing, maintaining, and uploading GPS data (i.e. tracks,
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'trackEditorUIBase.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 TRACKEDITORUIBASE_H#define TRACKEDITORUIBASE_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 QListView;class QListViewItem;class QPushButton;class TrackEditorUIBase : public QDialog{    Q_OBJECTpublic:    TrackEditorUIBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~TrackEditorUIBase();    QTabWidget* tabWidget3;    QWidget* tab;    QLabel* textLabel2;    QLineEdit* mNameEdit;    QLabel* textLabel3;    QTextEdit* mCommentEdit;    QWidget* tab_2;    QListView* mPointListView;    QWidget* tab_3;    gpsmgr::GroupEditorWidget* mGroupEditorWidget;    QPushButton* mOKBtn;    QPushButton* mCancelBtn;protected:    QVBoxLayout* TrackEditorUIBaseLayout;    QVBoxLayout* tabLayout;    QHBoxLayout* layout10;    QVBoxLayout* layout11;    QGridLayout* tabLayout_2;    QGridLayout* tabLayout_3;    QHBoxLayout* layout12;protected slots:    virtual void languageChange();    virtual void editPoint();    virtual void pointEditorPopup(QListViewItem*, const QPoint&);private:    QPixmap image0;};#endif // TRACKEDITORUIBASE_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -