| 2830 | } |
| 2831 | |
| 2832 | void MainWindow::stateSave() { |
| 2833 | int row = stateGet(sender(), SLOT_SAVE_COL); |
| 2834 | QString path = ui->slotView->item(row, SLOT_EDIT_COL)->data(Qt::UserRole).toString(); |
| 2835 | stateToPath(path); |
| 2836 | } |
| 2837 | |
| 2838 | void MainWindow::stateLoad() { |
| 2839 | int row = stateGet(sender(), SLOT_LOAD_COL); |