Skip to content

Commit 3b8d394

Browse files
committed
Add OverlayStackLayout to README, fix license typo, and add to gitignore.
1 parent 1aba034 commit 3b8d394

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
build*/
99
cmake-build-*/
1010
*.qmlc
11+
docs/
12+
*.tmp
13+
*.bak

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2727
GNU General Public License for more details.
2828

2929
A copy of the GNU General Public License is available in the file LICENSE.GPL.txt
30-
should be included in this distribution. It is also available at <http://www.gnu.org/licenses/>.
30+
which should be included in this distribution. It is also available at <http://www.gnu.org/licenses/>.
3131

32-
\endverbatim */
32+
\endverbatim */

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Project home: https://github.com/mpaperno/maxLibQt
1717
* `AppDebugMessageHandler` - Custom debug/message handler class to work in conjunction with *qDebug()* family of functions.
1818
* Item Models
1919
* `GroupedItemsProxyModel` - A proxy model (`QIdentityProxyModel` subclass) which allows a grouped tree-based item presentation of a flat table data model. Typically used for visually grouping items by some shared criteria, like a category or subject. Useful in a `QTreeView` or the `TreeComboBox` from this collection.
20+
* Layouts
21+
* `OverlayStackLayout` - A QStackedLayout with additional features to allow stacks with "floating" overlay widgets, such as toolbars, buttons,
22+
messages, etc., while still allowing interaction with exposed areas of the widget(s) underneath. Includes a functional image viewer example application.
2023
* Widgets
2124
* `ActionPushButton` - A QPushButton which takes a default QAction, just like a QToolButton can.
2225
* `BuddyLabel` - A QLabel with enhanced "buddy" capabilities like click redirect and tooltip inheritance.

0 commit comments

Comments
 (0)