Release History

qts 0.3

Features

qts 0.2

Features

  • qts.autoset_wrapper() automatically selects an available wrapper and sets it. (#21)

  • qts.an_available_wrapper() returns a single wrapper that is available as long as there is at least one to choose. (#21)

  • Importing the Qt modules will set the wrapper via qts.autoset_wrapper() if one has not already been set. There is hope to provide a more explicit, yet still easily usable, API but this automation will be available for now. It may be removed or discouaraged at a later time. (#21)

Removals

  • NoWrapperSelectedError is no longer applicable since a wrapper will be automatically selected if needed. (#21)

qts 0.1

  • Initial release