* Added QWheelEvent * removed x y * Added QNativeGestureEvent * Changed wrong type of QNativeGestureEventWrap value * Added QTabletEvent * Fixing build error for QTabletEvent * adding dropaction * fix typos * Added more functions to QPainterPath * Added more functions to QPainterPath * Fixed multiple typos * Fixed multiple typos * Got QPainterPath additions working. * Modified QPainterPath to use qreal instead * Added QPointF, added a few missing methods to QPoint * Added QRectF * implemented QRectF * Added acceptDrops and setAcceptDrops to QWidget, will be useful for addon implementation of Drag and Drop * Added more methods to QUrl * Added QMimeData, additional methods to QUrl, and Dropping should now be supported * refactored * Fixed more merge conflicts * Is this my final merge conflict?? * All merge conflicts resolved * All merge conflicts resolved * Adds guide for drag and drop * lint fix Co-authored-by: Switt Kongdachalert <switt1995@yahoo.com> Co-authored-by: Atul R <atulanand94@gmail.com>
1.6 KiB
1.6 KiB
| id | title | sidebar_label |
|---|---|---|
| urlformattingoption | UrlFormattingOption | UrlFormattingOption |
Index
Enumeration members
- None
- NormalizePathSegments
- PreferLocalFile
- RemoveAuthority
- RemoveFilename
- RemoveFragment
- RemovePassword
- RemovePath
- RemovePort
- RemoveQuery
- RemoveScheme
- RemoveUserInfo
- StripTrailingSlash
Enumeration members
None
• None: = 0
NormalizePathSegments
• NormalizePathSegments: = 4096
PreferLocalFile
• PreferLocalFile: = 512
RemoveAuthority
• RemoveAuthority:
RemoveFilename
• RemoveFilename: = 2048
RemoveFragment
• RemoveFragment: = 128
RemovePassword
• RemovePassword: = 2
RemovePath
• RemovePath: = 32
RemovePort
• RemovePort: = 8
RemoveQuery
• RemoveQuery: = 64
RemoveScheme
• RemoveScheme: = 1
RemoveUserInfo
• RemoveUserInfo:
StripTrailingSlash
• StripTrailingSlash: = 1024