remade text type switch as tabview
This commit is contained in:
@@ -36,9 +36,9 @@ void MainWindow::setupStoresList() {
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainWindow::on_checkType_currentIndexChanged(int index) {
|
||||
ui->inputHolder->setCurrentIndex(index);
|
||||
}
|
||||
// void MainWindow::on_checkType_currentIndexChanged(int index) {
|
||||
// ui->inputHolder->setCurrentIndex(index);
|
||||
// }
|
||||
|
||||
void MainWindow::on_parseButton_clicked() {
|
||||
QString s;
|
||||
@@ -82,7 +82,7 @@ void MainWindow::on_chooseImageButton_clicked() {
|
||||
std::cout << filename.toStdString() << std::endl;
|
||||
|
||||
// this->options.set_path(filename.toStdString());
|
||||
std::string new_text = "Path to export: " + filename.toStdString();
|
||||
std::string new_text = "Selected: " + filename.toStdString();
|
||||
ui->pathLabel->setText(QString::fromStdString(new_text));
|
||||
|
||||
CheckImage i(filename.toStdString());
|
||||
|
||||
Reference in New Issue
Block a user