| 113 | } |
| 114 | |
| 115 | void 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 | |
| 122 | void LoginDialog::onLink(const QString &url) { |
| 123 | int selectIndex = -1; |
nothing calls this directly
no outgoing calls
no test coverage detected