?? readdir.h
字號:
/****************************************************************************** Form interface generated from reading ui file 'readdir.ui'**** Created: 四 4月 17 15:05:30 2008** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.5 edited Aug 31 12:13 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef READDIR_H#define READDIR_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QButtonGroup;class QListBox;class QListBoxItem;class QComboBox;class ReadDir : public QDialog{ Q_OBJECTpublic: ReadDir( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ReadDir(); QLabel* ParentDirText; QButtonGroup* buttonGroup1; QListBox* DirList; QComboBox* ParentDir; virtual void InsertItem( const QString & path );public slots: virtual void ShowDirList();protected:protected slots: virtual void languageChange();private: void init();};#endif // READDIR_H
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -