在光标后面弹出
1 | QRect cr = cursorRect(); |
TAG
在自动补全的后面添加一个用来标志类别的小tag
1 | QStandardItemModel *m = new QStandardItemModel(words.count(), 2, completer); // 设置为两列 |
Model 示例
文件路径全部显示的model
1 | class FileSystemModel : public QFileSystemModel |
1 | FileSystemModel::FileSystemModel(QObject *parent) |
焦点设置
1 | void TextEdit::focusInEvent(QFocusEvent *e) |
选中事件
1 | void MainWindow::sloHighlight(const QModelIndex &index) |