?? dialog.h
字號(hào):
#ifndef DIALOG_H
#define DIALOG_H
class QTimer;
class QPushButton;
#include <qwidget.h>
#include <qlabel.h>
class ShowJpeg : public QWidget
{
Q_OBJECT
public:
ShowJpeg( QWidget *parent=0, const char *name=0 );
QPushButton* pushButton1;
QPushButton* pushButton2;
QPushButton* pushButton3;
QPushButton* pushButton4;
protected slots:
void update();
void timerstop();
void forward();
void backward();
void timerlink();
private:
QTimer *autoShowTimer;
/*QWidget *widgetJpeg;*/
QLabel *l;
int count;
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -