Skip to content

Pull request from juliagoda:qtah fork

juliagoda requested to merge juliagoda/qtah:master into master

Hi. I have a big amount of new classes in the project. Would you like to take a look? In the case of needed improvements or changes in the code I will add such changes to my fork, so my fork project will be up to date and because you are the main maintainer of the project of course.


New Classes:

  • QBitmap
  • QBackingStore
  • QGradient
  • QPair
  • QTranslator
  • QDebug
  • QIODevice
  • QProcess
  • QProcessEnvironment
  • QSaveFile
  • QBuffer
  • QFileDevice
  • QDebugStateServer
  • QTextEncode
  • QMessageLogger
  • QMessageLogContext
  • QLoggingCategory
  • QSysInfo
  • QRandomGenerator
  • QRandomGenerator64
  • QOperatingSystemVersion
  • QLibraryInfo
  • QVersionNumber
  • QCryptographicHash
  • QDateTime
  • QTime
  • QTimeZone
  • QLatin1Char
  • QLatin1String
  • QMessageAuthenticationCode
  • QLibrary
  • QPluginLoader
  • QStaticPlugin
  • QMetaObject::Connection

Added next methods to current classes:

  • QString
  • QChar
  • QCoreApplication
  • QTreeWidget
  • QTreeWidgetItem
  • QTreeView
  • QTextEdit
  • QDate
  • QSystemTrayIcon
  • QStyledItemDelegate
  • QMetaEnum
  • QDialogButtonBox
  • QObject
  • QCursor
  • QPalette
  • QListView
  • QMetaClassInfo
  • QMetaProperty
  • QMetaMethod
  • QMetaEnum

New changes in Types.hs:

  • new keys from Qt namespace
  • new typedefs from QtGlobal

New scripts (description in files):

  • scripts/method-maker
  • scripts/class-template-maker

Example of disconnections in Notepad.hs


stack.yaml:

  • it's possible to run "stack setup && stack build"
Edited by juliagoda

Merge request reports