Terabaytus
TerabaytusJune 13, 2017, 4:52 a.m.

Вопрос по QTableWidget ?

Добрый день, прочитал статью. "QTableWidget или Как сделать таблицу с чекбоксами" теперь возник вопрос как можно скопировать отмеченые chekBox строчки в другом QTableWidgetItem ?

We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

3
Evgenii Legotckoi
  • June 15, 2017, 1:32 a.m.
  • The answer was marked as a solution.

Добрый день,


Чтобы скопировать отмеченные строчки, необходимо пройти по всем строкам и проверить, отмечен ли чекбокс, который там имеется.

Например, имеется две таблицы, первая таблица - это та, которая заполняется изначально, а вторая, в которую копируем отмеченные строчки. Копирование будет делаться в слоте кнопки. Может выглядеть так:
void MainWindow::on_pushButton_clicked()
{
    for (int i = 0; i < ui->tableWidget->rowCount(); i++)
    {
        QWidget *item = ui->tableWidget->cellWidget(i, 1);
        QCheckBox *checkBox = qobject_cast<QCheckBox*>(item->layout()->itemAt(0)->widget());
        if (checkBox->isChecked())
        {
            int rowCount = ui->tableWidget_2->rowCount();
            ui->tableWidget_2->insertRow(rowCount);

            QWidget *checkBoxWidget = new QWidget();
            QCheckBox *checkBox = new QCheckBox();
            QHBoxLayout *layoutCheckBox = new QHBoxLayout(checkBoxWidget);
            layoutCheckBox->addWidget(checkBox);
            layoutCheckBox->setAlignment(Qt::AlignCenter);
            layoutCheckBox->setContentsMargins(0,0,0,0);
            checkBox->setChecked(true);

            ui->tableWidget_2->setCellWidget(rowCount, 0, checkBoxWidget);
            ui->tableWidget_2->setItem(rowCount, 1, new QTableWidgetItem(ui->tableWidget->item(i, 2)->text()));
            ui->tableWidget_2->setItem(rowCount, 2, new QTableWidgetItem(ui->tableWidget->item(i, 3)->text()));
            ui->tableWidget_2->setItem(rowCount, 3, new QTableWidgetItem(ui->tableWidget->item(i, 4)->text()));
        }
    }
}
Этот код немного не похож, на тот, что Вы видели в статье, поскольку он на основе второй статьи с центровкой чекбокса, но во вложении я добавил исходный код всего проекта. Скомпилируйте его и посмотрите, как работает.

Важный момент, не забывайте про правильность пути к базе данных в файле database.cpp
    Terabaytus
    • June 15, 2017, 1:50 a.m.

    Спасибо )

      Мы
      • March 22, 2020, 2:16 p.m.

      Здравствуйте, я в Qt недавно и пока мало понимаю. Можете пожалйста написать реализацию этого же самого через TableView, как вы делали в этом уроке - https://evileg.com/ru/post/71/
      Я пробовал сам переделать, увы безуспешно

        Comments

        Only authorized users can post comments.
        Please, Log in or Sign up
        AD

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:50points,
        • Rating points-4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:80points,
        • Rating points4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:20points,
        • Rating points-10
        Last comments
        i
        innorwallNov. 14, 2024, 7:03 p.m.
        Qt/C++ - Lesson 060. Configuring the appearance of the application in runtime I didnt have an issue work colors priligy dapoxetine 60mg revia cost uk August 3, 2022 Reply
        i
        innorwallNov. 14, 2024, 12:07 p.m.
        Circuit switching and packet data transmission networks Angioedema 1 priligy dapoxetine
        i
        innorwallNov. 14, 2024, 11:42 a.m.
        How to Copy Files in Linux If only females relatives with DZ offspring were considered these percentages were 23 order priligy online uk
        i
        innorwallNov. 14, 2024, 9:09 a.m.
        Qt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion ditropan pristiq dosing With the Yankees leading, 4 3, Rivera jogged in from the bullpen to a standing ovation as he prepared for his final appearance in Chicago buy priligy pakistan
        i
        innorwallNov. 14, 2024, 4:05 a.m.
        EVILEG-CORE. Using Google reCAPTCHA 2001; 98 29 34 priligy buy
        Now discuss on the forum
        i
        innorwallNov. 14, 2024, 3:39 a.m.
        добавить qlineseries в функции priligy amazon canada 93 GREB1 protein GREB1 AB011147 6
        i
        innorwallNov. 11, 2024, 10:55 a.m.
        Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
        9
        9AnonimOct. 25, 2024, 9:10 a.m.
        Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

        Follow us in social networks