MCPcopy Create free account
hub / github.com/cc20110101/RedisView / setFontAction

Method setFontAction

src/RedisView/AppView/MainWindow.cpp:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void MainWindow::setFontAction() {
555 bool isok;
556 QFont qf = QFontDialog::getFont(
557 &isok, QFont("Courier New", 10), this, tr("选择字体"));
558 if(isok)
559 qApp->setFont(qf);
560}
561
562void MainWindow::instruction() {
563 Instructions instructions(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected