gotocelldialog.h

来自「qt_example.rar」· C头文件 代码 · 共 14 行

H
14
字号
#ifndef GOTOCELLDIALOG_H
#define GOTOCELLDIALOG_H

#include <QDialog>
#include "ui_gotocelldialog.h"
class GoToCellDialog : public QDialog, public Ui::GoToCellDialog
{
	Q_OBJECT
public:
	GoToCellDialog(QWidget *parent = 0);
private slots:
	void on_lineEdit_textChanged();
};
#endif

⌨️ 快捷键说明

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