Changes:
QCard
- Renamed QCardWidget to QCard
- Removed preset QGridLayout from widget to allow users to define their own
- Removed `addWidget()` method as it was tied to the preset layout
- Added QPushButton methods such as `isChecked()`, `setEnabled()`, etc.
- Added QPushButton signals `pressed` and `released`
QRichTabBar / QRichTabWidget
- Renamed `tabLabelText()` to `tabText()`
- Renamed `setTabLabelText()` to `setTabText()`
Bugfixes:
- QCard now works with widget promotion in Qt Designer
- QRichTabWidget `addTab()` and `insertTab()` methods now properly format html labels