KM
Nov. 10, 2020, 7:14 p.m.

Qt animation scale

Добрый день, не могу сделать анимацию скалинг или плавное увеличение виджета
Буду очень благодарна
за помощ !

  1. #include "errordialog.h"
  2. #include "ui_errordialog.h"
  3. #include <QMessageBox>
  4. #include <QPropertyAnimation>
  5. #include <QGraphicsColorizeEffect>
  6. #include <QPushButton>
  7. #include <QPoint>
  8. #include <QMessageBox>
  9. #include <QPropertyAnimation>
  10. #include <QGraphicsColorizeEffect>
  11.  
  12. ErrorDialog::ErrorDialog(Error &error, QWidget *parent) :
  13. QDialog(parent),
  14. ui(new Ui::ErrorDialog)
  15. {
  16.  
  17. // ErrorDialog::scale();
  18. ui->setupUi(this);
  19. ui->errorText->setText(error.value);
  20. if(error.priority==Error::Priority::Warning) {
  21. ui->mainLalbe->setStyleSheet("color: #ead637;"
  22. "font-size:25px;"
  23. "font-weight:500;");
  24. ui->mainLalbe->setText("Ostrzeżenie");
  25. // this->setVisible(false);
  26. } else {
  27. ui->mainLalbe->setStyleSheet("color: rgb(208, 37, 31);"
  28. "font-size:18px;"
  29. "font-weight:bold;");
  30. }
  31. ui->sourceLabel->setText(error.source);
  32. ui->errorText->setWordWrap(true);
  33. ui->sourceLabel->setWordWrap(true);
  34. //ui->widget->setStyleSheet("border-image: url(:/img/error.png) 0 0 0 0 stretch stretch;");
  35. err = &error;
  36. setWindowFlags(Qt::Window | Qt::FramelessWindowHint | Qt::Popup | Qt::WindowStaysOnTopHint);
  37.  
  38.  
  39.  
  40.  
  41. // connect(this, &ErrorDialog::reverseAnimStarted,
  42. // [this] {animation_on = true; });
  43.  
  44.  
  45. // this->setVisible(false);
  46.  
  47. //Animator::dialogAnimationIfReverse(this, 0.0, 1.0, 1500, 1000);
  48.  
  49.  
  50.  
  51. // m_button = new QPushButton("Close", this);
  52. // ui->buttonBox->addWidget(StandardButton);
  53.  
  54. // m_button->buttonBox;
  55. // this.rect()
  56. //QPoint *newcenterpnt = ((ErrorDialog().rect()->topLeft+ErrorDialog().rect()->topRight)/2);
  57.  
  58. //QPoint *newcenterpnt = this->topLeft+this->topRight / 2;
  59. //m_button->setGeometry(QRect(QPoint(100, 100), QSize(200, 50)));
  60.  
  61.  
  62. //this->gridLayout->addWidget(m_button);
  63.  
  64.  
  65.  
  66. // QWidget->addWidget(m_button);
  67. // connect(m_button, SIGNAL (released()), this, SLOT (handleButton()));
  68.  
  69.  
  70.  
  71. }
  72.  
  73. void ErrorDialog::scale()
  74.  
  75. {
  76.  
  77.  
  78. //int mimsize = this->getSize->minimumSize();
  79.  
  80. QPropertyAnimation *animation = new QPropertyAnimation(this, "scale");
  81. animation->setDuration(1500);
  82. animation->setStartValue(QSize(this->minimumSize()));
  83. animation->setEndValue(QSize(this->maximumSize()));
  84.  
  85. // this->setVisible(true);
  86. animation->start();
  87. }
  88.  
  89. //void ErrorDialog::open()
  90. //{
  91. //animate(false);
  92. //QDialog::open();
  93. //}
  94.  
  95. //void ErrorDialog::done(int r)
  96.  
  97.  
  98.  
  99. //{
  100. //if (!animation_on) {
  101. // animate(true);
  102. // setResult(r);
  103. // if (r == QDialog::Accepted)
  104. // emit accepted();
  105. //else if (r == QDialog::Rejected)
  106. // emit rejected();
  107. // emit finished(r);
  108. //}
  109. //}
  110.  
  111.  
  112.  
  113.  
  114. //void ErrorDialog::animate(bool reverse)
  115.  
  116. //{
  117.  
  118.  
  119. //emit reverseAnimStarted();
  120.  
  121. // Animator::dialogAnimationIfElse(this, 1.0, 0.0, 1000, 1500 );
  122. //}
  123.  
  124.  
  125.  
  126. ErrorDialog::~ErrorDialog()
  127.  
  128. {
  129. delete ui;
  130. }
  131.  
  132.  
  133.  
  134. //void ErrorDialog::handleButton() {
  135.  
  136.  
  137. //}
  138.  
  139. void ErrorDialog::on_buttonBox_rejected()
  140. {
  141. err->clicked=true;
  142. err->dateAccepted = QDateTime::currentDateTime();
  143. Global::logger->add(*err);
  144. }
  145.  
  146. void ErrorDialog::on_buttonBox_clicked(QAbstractButton *button)
  147. {
  148. Q_UNUSED(button)
  149. err->dateAccepted = QDateTime::currentDateTime();
  150.  
  151.  
  152. // emit reverseAnimStarted();
  153.  
  154. // Animator::dialogAnimationIfElse(this, 1.0, 0.0, 1000, 1500 );
  155.  
  156.  
  157. }
  158.  
  159.  
  160.  
  161. //void ErrorDialog::showEvent(QShowEvent *event)
  162. //{
  163.  
  164. // Animator::dialogAnimationIfReverse(this, 0.0, 1.0, 1500, 1000);
  165. // ui->connectionLayout->addWidget(connection);
  166. // QDialog::showEvent(event);
  167. //}
  168.  
  169.  
  170.  
  171. //void Ui::ErrorDialog()
  172. //{
  173.  
  174.  
  175. //}
  176.  
1

Do you like it? Share on social networks!

0

Comments

Only authorized users can post comments.
Please, Log in or Sign up
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup