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

Method resizeEvent

src/RedisView/AppView/LoginDialog.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void LoginDialog::resizeEvent(QResizeEvent *event) {
116 _treeWidget->setColumnWidth(0,_treeWidget->width() / 3);
117 _treeWidget->setColumnWidth(1,_treeWidget->width() / 3);
118 _treeWidget->setColumnWidth(2,_treeWidget->width() / 3);
119 QDialog::resizeEvent(event);
120}
121
122void LoginDialog::onLink(const QString &url) {
123 int selectIndex = -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected