Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
type QtKey {.pure.} = enum QtKey_Escape = 0x01000000 QtKey_Tab = 0x01000001 QtKey_Backtab = 0x01000002 QtKey_Backspace = 0x01000003 QtKey_Return = 0x01000004 QtKey_Enter = 0x01000005 QtKey_Insert = 0x01000006 QtKey_Delete = 0x01000007 QtKey_Pause = 0x01000008 QtKey_Print = 0x01000009 QtKey_SysReq = 0x0100000a QtKey_Clear = 0x0100000b QtKey_Home = 0x01000010 QtKey_End = 0x01000011 QtKey_Left = 0x01000012 QtKey_Up = 0x01000013 QtKey_Right = 0x01000014 QtKey_Down = 0x01000015 QtKey_PageUp = 0x01000016 QtKey_PageDown = 0x01000017 QtKey_Shift = 0x01000020 QtKey_Control = 0x01000021 QtKey_Meta = 0x01000022 QtKey_Alt = 0x01000023 QtKey_AltGr = 0x01001103 QtKey_CapsLock = 0x01000024 QtKey_NumLock = 0x01000025 QtKey_ScrollLock = 0x01000026 QtKey_F1 = 0x01000030 QtKey_F2 = 0x01000031 QtKey_F3 = 0x01000032 QtKey_F4 = 0x01000033 QtKey_F5 = 0x01000034 QtKey_F6 = 0x01000035 QtKey_F7 = 0x01000036 QtKey_F8 = 0x01000037 QtKey_F9 = 0x01000038 QtKey_F10 = 0x01000039 QtKey_F11 = 0x0100003a QtKey_F12 = 0x0100003b QtKey_F13 = 0x0100003c QtKey_F14 = 0x0100003d QtKey_F15 = 0x0100003e QtKey_F16 = 0x0100003f QtKey_F17 = 0x01000040 QtKey_F18 = 0x01000041 QtKey_F19 = 0x01000042 QtKey_F20 = 0x01000043 QtKey_F21 = 0x01000044 QtKey_F22 = 0x01000045 QtKey_F23 = 0x01000046 QtKey_F24 = 0x01000047 QtKey_F25 = 0x01000048 QtKey_F26 = 0x01000049 QtKey_F27 = 0x0100004a QtKey_F28 = 0x0100004b QtKey_F29 = 0x0100004c QtKey_F30 = 0x0100004d QtKey_F31 = 0x0100004e QtKey_F32 = 0x0100004f QtKey_F33 = 0x01000050 QtKey_F34 = 0x01000051 QtKey_F35 = 0x01000052 QtKey_Super_L = 0x01000053 QtKey_Super_R = 0x01000054 QtKey_Menu = 0x01000055 QtKey_Hyper_L = 0x01000056 QtKey_Hyper_R = 0x01000057 QtKey_Help = 0x01000058 QtKey_Direction_L = 0x01000059 QtKey_Direction_R = 0x01000060 QtKey_Space = 0x20 QtKey_Any = QtKey_Space QtKey_Exclam = 0x21 QtKey_QuoteDbl = 0x22 QtKey_NumberSign = 0x23 QtKey_Dollar = 0x24 QtKey_Percent = 0x25 QtKey_Ampersand = 0x26 QtKey_Apostrophe = 0x27 QtKey_ParenLeft = 0x28 QtKey_ParenRight = 0x29 QtKey_Asterisk = 0x2a QtKey_Plus = 0x2b QtKey_Comma = 0x2c QtKey_Minus = 0x2d QtKey_Period = 0x2e QtKey_Slash = 0x2f QtKey_0 = 0x30 QtKey_1 = 0x31 QtKey_2 = 0x32 QtKey_3 = 0x33 QtKey_4 = 0x34 QtKey_5 = 0x35 QtKey_6 = 0x36 QtKey_7 = 0x37 QtKey_8 = 0x38 QtKey_9 = 0x39 QtKey_Colon = 0x3a QtKey_Semicolon = 0x3b QtKey_Less = 0x3c QtKey_Equal = 0x3d QtKey_Greater = 0x3e QtKey_Question = 0x3f QtKey_At = 0x40 QtKey_A = 0x41 QtKey_B = 0x42 QtKey_C = 0x43 QtKey_D = 0x44 QtKey_E = 0x45 QtKey_F = 0x46 QtKey_G = 0x47 QtKey_H = 0x48 QtKey_I = 0x49 QtKey_J = 0x4a QtKey_K = 0x4b QtKey_L = 0x4c QtKey_M = 0x4d QtKey_N = 0x4e QtKey_O = 0x4f QtKey_P = 0x50 QtKey_Q = 0x51 QtKey_R = 0x52 QtKey_S = 0x53 QtKey_T = 0x54 QtKey_U = 0x55 QtKey_V = 0x56 QtKey_W = 0x57 QtKey_X = 0x58 QtKey_Y = 0x59 QtKey_Z = 0x5a QtKey_BracketLeft = 0x5b QtKey_Backslash = 0x5c QtKey_BracketRight = 0x5d QtKey_AsciiCircum = 0x5e QtKey_Underscore = 0x5f QtKey_QuoteLeft = 0x60 QtKey_BraceLeft = 0x7b QtKey_Bar = 0x7c QtKey_BraceRight = 0x7d QtKey_AsciiTilde = 0x7e QtKey_nobreakspace = 0x0a0 QtKey_exclamdown = 0x0a1 QtKey_cent = 0x0a2 QtKey_sterling = 0x0a3 QtKey_currency = 0x0a4 QtKey_yen = 0x0a5 QtKey_brokenbar = 0x0a6 QtKey_section = 0x0a7 QtKey_diaeresis = 0x0a8 QtKey_copyright = 0x0a9 QtKey_ordfeminine = 0x0aa QtKey_guillemotleft = 0x0ab QtKey_notsign = 0x0ac QtKey_hyphen = 0x0ad QtKey_registered = 0x0ae QtKey_macron = 0x0af QtKey_degree = 0x0b0 QtKey_plusminus = 0x0b1 QtKey_twosuperior = 0x0b2 QtKey_threesuperior = 0x0b3 QtKey_acute = 0x0b4 QtKey_mu = 0x0b5 QtKey_paragraph = 0x0b6 QtKey_periodcentered = 0x0b7 QtKey_cedilla = 0x0b8 QtKey_onesuperior = 0x0b9 QtKey_masculine = 0x0ba QtKey_guillemotright = 0x0bb QtKey_onequarter = 0x0bc QtKey_onehalf = 0x0bd QtKey_threequarters = 0x0be QtKey_questiondown = 0x0bf QtKey_Agrave = 0x0c0 QtKey_Aacute = 0x0c1 QtKey_Acircumflex = 0x0c2 QtKey_Atilde = 0x0c3 QtKey_Adiaeresis = 0x0c4 QtKey_Aring = 0x0c5 QtKey_AE = 0x0c6 QtKey_Ccedilla = 0x0c7 QtKey_Egrave = 0x0c8 QtKey_Eacute = 0x0c9 QtKey_Ecircumflex = 0x0ca QtKey_Ediaeresis = 0x0cb QtKey_Igrave = 0x0cc QtKey_Iacute = 0x0cd QtKey_Icircumflex = 0x0ce QtKey_Idiaeresis = 0x0cf QtKey_ETH = 0x0d0 QtKey_Ntilde = 0x0d1 QtKey_Ograve = 0x0d2 QtKey_Oacute = 0x0d3 QtKey_Ocircumflex = 0x0d4 QtKey_Otilde = 0x0d5 QtKey_Odiaeresis = 0x0d6 QtKey_multiply = 0x0d7 QtKey_Ooblique = 0x0d8 QtKey_Ugrave = 0x0d9 QtKey_Uacute = 0x0da QtKey_Ucircumflex = 0x0db QtKey_Udiaeresis = 0x0dc QtKey_Yacute = 0x0dd QtKey_THORN = 0x0de QtKey_ssharp = 0x0df QtKey_division = 0x0f7 QtKey_ydiaeresis = 0x0ff QtKey_Multi_key = 0x01001120 QtKey_Codeinput = 0x01001137 QtKey_SingleCandidate = 0x0100113c QtKey_MultipleCandidate = 0x0100113d QtKey_PreviousCandidate = 0x0100113e QtKey_Mode_switch = 0x0100117e QtKey_Kanji = 0x01001121 QtKey_Muhenkan = 0x01001122 QtKey_Henkan = 0x01001123 QtKey_Romaji = 0x01001124 QtKey_Hiragana = 0x01001125 QtKey_Katakana = 0x01001126 QtKey_Hiragana_Katakana = 0x01001127 QtKey_Zenkaku = 0x01001128 QtKey_Hankaku = 0x01001129 QtKey_Zenkaku_Hankaku = 0x0100112a QtKey_Touroku = 0x0100112b QtKey_Massyo = 0x0100112c QtKey_Kana_Lock = 0x0100112d QtKey_Kana_Shift = 0x0100112e QtKey_Eisu_Shift = 0x0100112f QtKey_Eisu_toggle = 0x01001130 QtKey_Hangul = 0x01001131 QtKey_Hangul_Start = 0x01001132 QtKey_Hangul_End = 0x01001133 QtKey_Hangul_Hanja = 0x01001134 QtKey_Hangul_Jamo = 0x01001135 QtKey_Hangul_Romaja = 0x01001136 QtKey_Hangul_Jeonja = 0x01001138 QtKey_Hangul_Banja = 0x01001139 QtKey_Hangul_PreHanja = 0x0100113a QtKey_Hangul_PostHanja = 0x0100113b QtKey_Hangul_Special = 0x0100113f QtKey_Dead_Grave = 0x01001250 QtKey_Dead_Acute = 0x01001251 QtKey_Dead_Circumflex = 0x01001252 QtKey_Dead_Tilde = 0x01001253 QtKey_Dead_Macron = 0x01001254 QtKey_Dead_Breve = 0x01001255 QtKey_Dead_Abovedot = 0x01001256 QtKey_Dead_Diaeresis = 0x01001257 QtKey_Dead_Abovering = 0x01001258 QtKey_Dead_Doubleacute = 0x01001259 QtKey_Dead_Caron = 0x0100125a QtKey_Dead_Cedilla = 0x0100125b QtKey_Dead_Ogonek = 0x0100125c QtKey_Dead_Iota = 0x0100125d QtKey_Dead_Voiced_Sound = 0x0100125e QtKey_Dead_Semivoiced_Sound = 0x0100125f QtKey_Dead_Belowdot = 0x01001260 QtKey_Dead_Hook = 0x01001261 QtKey_Dead_Horn = 0x01001262 QtKey_Back = 0x01000061 QtKey_Forward = 0x01000062 QtKey_Stop = 0x01000063 QtKey_Refresh = 0x01000064 QtKey_VolumeDown = 0x01000070 QtKey_VolumeMute = 0x01000071 QtKey_VolumeUp = 0x01000072 QtKey_BassBoost = 0x01000073 QtKey_BassUp = 0x01000074 QtKey_BassDown = 0x01000075 QtKey_TrebleUp = 0x01000076 QtKey_TrebleDown = 0x01000077 QtKey_MediaPlay = 0x01000080 QtKey_MediaStop = 0x01000081 QtKey_MediaPrevious = 0x01000082 QtKey_MediaNext = 0x01000083 QtKey_MediaRecord = 0x01000084 QtKey_MediaPause = 0x1000085 QtKey_MediaTogglePlayPause = 0x1000086 QtKey_HomePage = 0x01000090 QtKey_Favorites = 0x01000091 QtKey_Search = 0x01000092 QtKey_Standby = 0x01000093 QtKey_OpenUrl = 0x01000094 QtKey_LaunchMail = 0x010000a0 QtKey_LaunchMedia = 0x010000a1 QtKey_Launch0 = 0x010000a2 QtKey_Launch1 = 0x010000a3 QtKey_Launch2 = 0x010000a4 QtKey_Launch3 = 0x010000a5 QtKey_Launch4 = 0x010000a6 QtKey_Launch5 = 0x010000a7 QtKey_Launch6 = 0x010000a8 QtKey_Launch7 = 0x010000a9 QtKey_Launch8 = 0x010000aa QtKey_Launch9 = 0x010000ab QtKey_LaunchA = 0x010000ac QtKey_LaunchB = 0x010000ad QtKey_LaunchC = 0x010000ae QtKey_LaunchD = 0x010000af QtKey_LaunchE = 0x010000b0 QtKey_LaunchF = 0x010000b1 QtKey_LaunchG = 0x0100010e QtKey_LaunchH = 0x0100010f QtKey_MonBrightnessUp = 0x010000b2 QtKey_MonBrightnessDown = 0x010000b3 QtKey_KeyboardLightOnOff = 0x010000b4 QtKey_KeyboardBrightnessUp = 0x010000b5 QtKey_KeyboardBrightnessDown = 0x010000b6 QtKey_PowerOff = 0x010000b7 QtKey_WakeUp = 0x010000b8 QtKey_Eject = 0x010000b9 QtKey_ScreenSaver = 0x010000ba QtKey_WWW = 0x010000bb QtKey_Memo = 0x010000bc QtKey_LightBulb = 0x010000bd QtKey_Shop = 0x010000be QtKey_History = 0x010000bf QtKey_AddFavorite = 0x010000c0 QtKey_HotLinks = 0x010000c1 QtKey_BrightnessAdjust = 0x010000c2 QtKey_Finance = 0x010000c3 QtKey_Community = 0x010000c4 QtKey_AudioRewind = 0x010000c5 QtKey_BackForward = 0x010000c6 QtKey_ApplicationLeft = 0x010000c7 QtKey_ApplicationRight = 0x010000c8 QtKey_Book = 0x010000c9 QtKey_CD = 0x010000ca QtKey_Calculator = 0x010000cb QtKey_ToDoList = 0x010000cc QtKey_ClearGrab = 0x010000cd QtKey_Close = 0x010000ce QtKey_Copy = 0x010000cf QtKey_Cut = 0x010000d0 QtKey_Display = 0x010000d1 QtKey_DOS = 0x010000d2 QtKey_Documents = 0x010000d3 QtKey_Excel = 0x010000d4 QtKey_Explorer = 0x010000d5 QtKey_Game = 0x010000d6 QtKey_Go = 0x010000d7 QtKey_iTouch = 0x010000d8 QtKey_LogOff = 0x010000d9 QtKey_Market = 0x010000da QtKey_Meeting = 0x010000db QtKey_MenuKB = 0x010000dc QtKey_MenuPB = 0x010000dd QtKey_MySites = 0x010000de QtKey_News = 0x010000df QtKey_OfficeHome = 0x010000e0 QtKey_Option = 0x010000e1 QtKey_Paste = 0x010000e2 QtKey_Phone = 0x010000e3 QtKey_Calendar = 0x010000e4 QtKey_Reply = 0x010000e5 QtKey_Reload = 0x010000e6 QtKey_RotateWindows = 0x010000e7 QtKey_RotationPB = 0x010000e8 QtKey_RotationKB = 0x010000e9 QtKey_Save = 0x010000ea QtKey_Send = 0x010000eb QtKey_Spell = 0x010000ec QtKey_SplitScreen = 0x010000ed QtKey_Support = 0x010000ee QtKey_TaskPane = 0x010000ef QtKey_Terminal = 0x010000f0 QtKey_Tools = 0x010000f1 QtKey_Travel = 0x010000f2 QtKey_Video = 0x010000f3 QtKey_Word = 0x010000f4 QtKey_Xfer = 0x010000f5 QtKey_ZoomIn = 0x010000f6 QtKey_ZoomOut = 0x010000f7 QtKey_Away = 0x010000f8 QtKey_Messenger = 0x010000f9 QtKey_WebCam = 0x010000fa QtKey_MailForward = 0x010000fb QtKey_Pictures = 0x010000fc QtKey_Music = 0x010000fd QtKey_Battery = 0x010000fe QtKey_Bluetooth = 0x010000ff QtKey_WLAN = 0x01000100 QtKey_UWB = 0x01000101 QtKey_AudioForward = 0x01000102 QtKey_AudioRepeat = 0x01000103 QtKey_AudioRandomPlay = 0x01000104 QtKey_Subtitle = 0x01000105 QtKey_AudioCycleTrack = 0x01000106 QtKey_Time = 0x01000107 QtKey_Hibernate = 0x01000108 QtKey_View = 0x01000109 QtKey_TopMenu = 0x0100010a QtKey_PowerDown = 0x0100010b QtKey_Suspend = 0x0100010c QtKey_ContrastAdjust = 0x0100010d QtKey_TouchpadToggle = 0x01000110 QtKey_TouchpadOn = 0x01000111 QtKey_TouchpadOff = 0x01000112 QtKey_MicMute = 0x01000113 QtKey_Red = 0x01000114 QtKey_Green = 0x01000115 QtKey_Yellow = 0x01000116 QtKey_Blue = 0x01000117 QtKey_ChannelUp = 0x01000118 QtKey_ChannelDown = 0x01000119 QtKey_Guide = 0x0100011a QtKey_Info = 0x0100011b QtKey_Settings = 0x0100011c QtKey_MicVolumeUp = 0x0100011d QtKey_MicVolumeDown = 0x0100011e QtKey_New = 0x01000120 QtKey_Open = 0x01000121 QtKey_Find = 0x01000122 QtKey_Undo = 0x01000123 QtKey_Redo = 0x01000124 QtKey_MediaLast = 0x0100ffff QtKey_unknown = 0x01ffffff QtKey_Call = 0x01100004 QtKey_Camera = 0x01100020 QtKey_CameraFocus = 0x01100021 QtKey_Context1 = 0x01100000 QtKey_Context2 = 0x01100001 QtKey_Context3 = 0x01100002 QtKey_Context4 = 0x01100003 QtKey_Flip = 0x01100006 QtKey_Hangup = 0x01100005 QtKey_No = 0x01010002 QtKey_Select = 0x01010000 QtKey_Yes = 0x01010001 QtKey_ToggleCallHangup = 0x01100007 QtKey_VoiceDial = 0x01100008 QtKey_LastNumberRedial = 0x01100009 QtKey_Execute = 0x01020003 QtKey_Printer = 0x01020002 QtKey_Play = 0x01020005 QtKey_Sleep = 0x01020004 QtKey_Zoom = 0x01020006 QtKey_Exit = 0x0102000a QtKey_Cancel = 0x01020001
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
11 min ago | 8.21 KB
Untitled
1 hour ago | 8.46 KB
Untitled
2 hours ago | 7.62 KB
Web Maintenance Kickoff [POST REDESIGN]
2 hours ago | 0.98 KB
Untitled
3 hours ago | 7.43 KB
Untitled
4 hours ago | 6.56 KB
Untitled
5 hours ago | 16.10 KB
Untitled
6 hours ago | 5.53 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!