You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build an application with Qt version 5.12.8 and got errors "'textActivated' is not a member of 'QComboBox'" for files alphaplot/src/PlotWizard.cpp and alphaplot/src/analysis/FFTDialog.cpp. The QComboBox::textActivated signal is available from Qt version 5.14, but the "INSTALL.md" specifies a minimum version of 4.3. Of course, the days of Qt4 are long gone, but version 5.12 is still relevant.
The changes that break the build were made in the e6d475d commit.
The text was updated successfully, but these errors were encountered:
thanks for reporting! I will try to make it compatible with 5.12. Technically, the minimum requirement of QT version should be the version in which they released Qt Data Visualization module.
Hi.
I tried to build an application with Qt version 5.12.8 and got errors "'textActivated' is not a member of 'QComboBox'" for files alphaplot/src/PlotWizard.cpp and alphaplot/src/analysis/FFTDialog.cpp. The
QComboBox::textActivated
signal is available from Qt version 5.14, but the "INSTALL.md" specifies a minimum version of 4.3. Of course, the days of Qt4 are long gone, but version 5.12 is still relevant.The changes that break the build were made in the e6d475d commit.
The text was updated successfully, but these errors were encountered: