nodeguy/website/docs/api/generated/enums/urlformattingoption.md
swittk 3cb3424250
Added QMimeData, additional methods to QUrl, and Dropping should now be supported (#614)
* 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>
2020-06-27 17:35:31 +02:00

102 lines
1.6 KiB
Markdown

---
id: "urlformattingoption"
title: "UrlFormattingOption"
sidebar_label: "UrlFormattingOption"
---
## Index
### Enumeration members
* [None](urlformattingoption.md#none)
* [NormalizePathSegments](urlformattingoption.md#normalizepathsegments)
* [PreferLocalFile](urlformattingoption.md#preferlocalfile)
* [RemoveAuthority](urlformattingoption.md#removeauthority)
* [RemoveFilename](urlformattingoption.md#removefilename)
* [RemoveFragment](urlformattingoption.md#removefragment)
* [RemovePassword](urlformattingoption.md#removepassword)
* [RemovePath](urlformattingoption.md#removepath)
* [RemovePort](urlformattingoption.md#removeport)
* [RemoveQuery](urlformattingoption.md#removequery)
* [RemoveScheme](urlformattingoption.md#removescheme)
* [RemoveUserInfo](urlformattingoption.md#removeuserinfo)
* [StripTrailingSlash](urlformattingoption.md#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