| 2824 | } |
| 2825 | |
| 2826 | void MainWindow::stateRemove() { |
| 2827 | int row = stateGet(sender(), SLOT_REMOVE_COL); |
| 2828 | QFile(ui->slotView->item(row, SLOT_EDIT_COL)->data(Qt::UserRole).toString()).remove(); |
| 2829 | ui->slotView->removeRow(row); |
| 2830 | } |
| 2831 | |
| 2832 | void MainWindow::stateSave() { |
| 2833 | int row = stateGet(sender(), SLOT_SAVE_COL); |