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

📄 mainwindow.h

📁 科罗拉多大学开发的人脸识别系统,要在UNIX下运行.
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'MainWindow.ui'**** Created: Sun Dec 8 14:54:28 2002**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINWINDOW_H#define MAINWINDOW_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class GraphView;class QListView;class QListViewItem;class QPushButton;class MainWindow : public QDialog{     Q_OBJECTpublic:    MainWindow( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~MainWindow();    GraphView* graphview;    QListView* pointList;    QPushButton* loadButton;    QPushButton* saveButton;    QPushButton* resetButton;    QListView* imageList;public slots:    virtual void loadImage( QListViewItem * );    virtual void updatePoint( int, double, double );};#endif // MAINWINDOW_H

⌨️ 快捷键说明

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