Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

31 lines (27 loc) · 1.49 KB

In development

  • Allow QtWidgets layout class constructor with parent as None
  • Better description of QtCore.Slot()
  • fix QObject.inherits() type signature
  • fix QStateMachine.assignProperty() type signature
  • add description of all public variables

Version 6.4.2.0

  • add all missing signals to the stubs (many were missing)
  • add conversion from QByteArray to bytes
  • add construction of QByteArray from length and string
  • fix QFileDialog.getOpen*() methods to accept None as parent argument
  • fix QLineEdit.setText() to accept None
  • fix QTreeWidget.setItemWidget() and QListWidget.setItemWidget() to accept None as a widget argument
  • fix QProgressDialog.setCancelButton() accepting None
  • support all QSize and QSizeF operations
  • fix QTabBar.setButtonWidget() to accept None as a widget argument
  • fix QTreeWidget.topLevelItem() returning possibly None
  • fix QTreeWidgetItem comparison with <
  • fix QMessageBox.warning, information, critical, question, about, aboutQt to accept None as parent argument
  • fix qVersion() returns string, not bytes
  • fix qDebug(), qWarning(), qCritical(), qFatal(), SIGNAL(), SLOT() to accept string, not bytes
  • fix Signal.connect(), Signal.disconnect(), QObject.connect() and QObject.disconnect() to accept str instead of bool, and to return bool on disconnect.
  • fix incorrect signature of QCoreApplication.translate()
  • improve signature of operations on QPolygon