Release Fentanyl IDA Patcher Plugins

computerline

New member
Ida Pro Expert
Uhm, seem in your install you does not yet remove comment in include Qt part, try to replace your fentanyl.py with attatch file :)
 

Attachments

  • fentanyl.zip
    3 KB · Views: 35

steve007iii

New member
Uhm, seem in your install you does not yet remove comment in include Qt part, try to replace your fentanyl.py with attatch file :)

Thanks is running, You're my hero, Thank you very much !!!

---------------------------------------------------------------------------------------------------------------------
Thanks for all the help given by my two friends Storm Shadow and Computerline
It's amazing the work they do on this web site :)
 

steve007iii

New member
Yes dosent work for 6.5
Very wierd dosent give any error at all.
All Hotkey works !! :joyful.png: Is something in IDA 6.5

* `Alt-N` Convert instructions to nops
* `Alt-X` Nop all xrefs to this function
* `Alt-J` Invert conditional jump
* `Alt-P` Patch instruction
* `Alt-Z` Undo modification (Won't always work. Should still be careful editing.)
* `Alt-Y` Redo modification (Won't always work. Should still be careful editing.)
* `Alt-S` Save file
* `Alt-C` Find Code Caves
* `Ctrl-Alt-F` Make jump unconditional
* `Ctrl-Alt-N` Neuter the binary (remove calls to fork, setuid, setgid, getpwnam, setgroups, and chdir)
 
Last edited:

computerline

New member
Ida Pro Expert
It work with IDA 6.5, but in 6.5 it not automatic load, so you must run it via shortcut Ctrl + L, or plugin > Pentanyl, you can try this version I'm using
Code:
https://mega.co.nz/#!1d1C2ZqZ!xUYK4FlHIsQ1jbjtiw-4UwL2GYbioqyzpSDRlltlCGI
 

quygia128

New member
Hi all,

I'm found two problem in Fentanyl plugin when you patch code by Fentanyl(Ex: Alt+N), this will be delete us function name(Proc) detected by IDA Pro & we can't to restore it :(

If we used more than one version of IDA (IDA 6.1 & IDA6.5), we can't set Environment to specially to any IDA then we use feature WinAPIHelp(Showhlp in Fentanyl) we will get a problem is "idadir not defined"

Nice if we can fix it.

Watch Here

BR,
quygia128
 

computerline

New member
Ida Pro Expert
Sorry for my late reply :)

- The second problem is if you create Environment Variable IDA will use that variable in idadir() function, so, to solve, you should delete that variable from Environment list, IDA will get it default path :) (I tested that)

- The first problem is you nop out the function prolog (and the same if you nop out or modify function epilog), IDA will not regconzi that is function, and all information about function name, stack frame will lost, we can create new function by select all unreconize area and go to Edit > Function > Create Function, but some time we can't restore all stack frame, function name don't restored too.I haven't yet find way to fix that

[edit: I deleted gif image attach because it make browser crash :)]
Regard !
 

Attachments

  • createfunction.gif
    createfunction.gif
    1.8 MB · Views: 18
Last edited:

steve007iii

New member
Hello so long..
Someone has Fentanyl Patcher Plugin for IDA 6.8 ?
Currently it operates without GUI, only Hotkey works... Thanks!


----------------------------------------------------------------
Expecting for something from magic
 

computerline

New member
Ida Pro Expert
Hello so long..
Someone has Fentanyl Patcher Plugin for IDA 6.8 ?
Currently it operates without GUI, only Hotkey works... Thanks!


----------------------------------------------------------------
Expecting for something from magic
You could try this attach, maybe your PySide is not work, you must check the PySide folder is place in the <IDADir>/Python/PySide and type in the IDA command

Code:
from PySide import QtCore
from PySide import QtGui
 

Attachments

  • FentanylIDA6.8.zip
    33.7 KB · Views: 30

steve007iii

New member
Fentanyl IDA 6.8.zip.
it does not work for me...
When I execute it does not show anything in console

Fentanyl IDA 6.5 in IDA 6.8 only Hotkey works.

I checked PySide
and is working in <IDADir>/Python/PySide
I tried
Python>help("PySide.QtCore")
Code:
Python>help("PySide.QtCore")
Help on module PySide.QtCore in PySide:
 
 
 
 
NAME
PySide.QtCore
 
 
 
 
FILE
d:\programas\editores_de_memoria\ida 6.8\python\pyside\qtcore.pyd
 
 
 
 
CLASSES
Shiboken.Object(__builtin__.object)
MSG
POINT
QAbstractFileEngine
QFSFileEngine
QAbstractFileEngineHandler
QAbstractFileEngineIterator
QBasicTimer
QBitArray
QByteArray
QByteArrayMatcher
QCryptographicHash
QDataStream
QDate
QDateTime
QDir
QDirIterator
QEasingCurve
QElapsedTimer
QEvent
QChildEvent
QDynamicPropertyChangeEvent
QTimerEvent
QFactoryInterface
QFileInfo
QGenericArgument
QGenericReturnArgument
QLibraryInfo
QLine
QLineF
QLocale
QMargins
QMetaClassInfo
QMetaEnum
QMetaMethod
QMetaObject
QMetaProperty
QModelIndex
QMutex
QMutexLocker
QObject
QAbstractAnimation
QAnimationGroup
QParallelAnimationGroup
QSequentialAnimationGroup
QPauseAnimation
QVariantAnimation
QPropertyAnimation
QAbstractEventDispatcher
QAbstractItemModel
QAbstractListModel
QAbstractTableModel
QAbstractState
QFinalState
QHistoryState
QState
QStateMachine
QAbstractTransition
QEventTransition
QSignalTransition
QCoreApplication
QEventLoop
QFileSystemWatcher
QIODevice
QBuffer
QFile
QTemporaryFile
QProcess
QMimeData
QPluginLoader
QSettings
QSignalMapper
QSocketNotifier
QThread
QThreadPool
QTimeLine
QTimer
QTranslator
QPersistentModelIndex
QPoint
QPointF
QProcessEnvironment
QReadLocker
QReadWriteLock
QRect
QRectF
QRegExp
QResource
QRunnable
QSemaphore
QSize
QSizeF
QSysInfo
QSystemLocale
QSystemSemaphore
QTextBoundaryFinder
QTextCodec
QTextDecoder
QTextEncoder
QTextStream
QTextStreamManipulator
QTime
QUrl
QUuid
QWaitCondition
QWriteLocker
QXmlStreamAttribute
QXmlStreamAttributes
QXmlStreamEntityDeclaration
QXmlStreamEntityResolver
QXmlStreamNamespaceDeclaration
QXmlStreamNotationDeclaration
QXmlStreamReader
QXmlStreamWriter
Qt
QtConcurrent
__builtin__.object
QtMsgType
QtValidLicenseForDeclarativeModule
QtValidLicenseForMultimediaModule
QtValidLicenseForOpenVGModule
Signal
Slot
 
class MSG(Shiboken.Object)
| Method resolution order:
| MSG
| Shiboken.Object
| __builtin__.object
|
| Methods defined here:
|
| __copy__(...)
|
| __init__(...)
| x.__init__(...) initializes x; see help(type(x)) for signature
|
| __repr__(...)
| x.__repr__() <==> repr(x)
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| hwnd
|
| lParam
|
| pt
|
| time
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __new__ = <built-in method __new__ of Shiboken.ObjectType object>
| T.__new__(S, ...) -> a new object with type S, a subtype of T
|
| ----------------------------------------------------------------------
| Data descriptors inherited from Shiboken.Object:
|
| __dict__
 
class POINT(Shiboken.Object)
| Method resolution order:
| POINT
| Shiboken.Object
| __builtin__.object
|
| Methods defined here:
|
| __copy__(...)
|
| __init__(...)
| x.__init__(...) initializes x; see help(type(x)) for signature
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
|
| x
|
| y
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __new__ = <built-in method __new__ of Shiboken.ObjectType object>
| T.__new__(S, ...) -> a new object with type S, a subtype of T
|
| ----------------------------------------------------------------------
| Data descriptors inherited from Shiboken.Object:
|
| __dict__
 
class QAbstractAnimation(QObject)
| Method resolution order:
| QAbstractAnimation
| QObject
| Shiboken.Object
| __builtin__.object
|
| Methods defined here:
|
| __init__(...)
| x.__init__(...) initializes x; see help(type(x)) for signature
|
| currentLoop(...)
|
| currentLoopTime(...)
|
| currentTime(...)
|
| direction(...)
|
| duration(...)
|
| event(...)
|
| group(...)
|
| loopCount(...)
|
| pause(...)
|
| resume(...)
|
| setCurrentTime(...)
|
| setDirection(...)
|
| setLoopCount(...)
|
| setPaused(...)
|
| start(...)
|
| state(...)
|
| stop(...)
|
| totalDuration(...)
|
| updateCurrentTime(...)
|
| updateDirection(...)
|
| updateState(...)
|
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| Backward = PySide.QtCore.QAbstractAnimation.Direction.Backward
|
| DeleteWhenStopped = PySide.QtCore.QAbstractAnimation.DeletionPolicy.De...
|
| DeletionPolicy = <type 'PySide.QtCore.QAbstractAnimation.DeletionPolic...
|
|
| Direction = <type 'PySide.QtCore.QAbstractAnimation.Direction'>
|
|
| Forward = PySide.QtCore.QAbstractAnimation.Direction.Forward
|
| KeepWhenStopped = PySide.QtCore.QAbstractAnimation.DeletionPolicy.Keep...
|
| Paused = PySide.QtCore.QAbstractAnimation.State.Paused
|
| Running = PySide.QtCore.QAbstractAnimation.State.Running
|
| State = <type 'PySide.QtCore.QAbstractAnimation.State'>
|
|
| Stopped = PySide.QtCore.QAbstractAnimation.State.Stopped
|
| __new__ = <built-in method __new__ of Shiboken.ObjectType object>
| T.__new__(S, ...) -> a new object with type S, a subtype of T
|
| currentLoopChanged = <PySide.QtCore.Signal object>
| Signal
|
| directionChanged = <PySide.QtCore.Signal object>
| Signal
|
| finished = <PySide.QtCore.Signal object>
| Signal
|
| stateChanged = <PySide.QtCore.Signal object>
| Signal
|
| staticMetaObject = <PySide.QtCore.QMetaObject object>
|
| ----------------------------------------------------------------------
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
 
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| __new__ = <built-in method __new__ of Shiboken.ObjectType object>
| T.__new__(S, ...) -> a new object with type S, a subtype of T
|
| ----------------------------------------------------------------------
| Data descriptors inherited from Shiboken.Object:
|
| __dict__
 
class Qt(Shiboken.Object)
| Method resolution order:
| Qt
| Shiboken.Object
| __builtin__.object
|
| Data and other attributes defined here:
|
| AA_AttributeCount = PySide.QtCore.Qt.ApplicationAttribute.AA_Attribute...
|
| AA_CaptureMultimediaKeys = PySide.QtCore.Qt.ApplicationAttribute.AA_Ca...
|
| AA_DontCreateNativeWidgetSiblings = PySide.QtCore.Qt.ApplicationAttrib...
|
| AA_DontShowIconsInMenus = PySide.QtCore.Qt.ApplicationAttribute.AA_Don...
|
| AA_DontUseNativeMenuBar = PySide.QtCore.Qt.ApplicationAttribute.AA_Don...
|
| AA_ImmediateWidgetCreation = PySide.QtCore.Qt.ApplicationAttribute.AA_...
|
| AA_MSWindowsUseDirect3DByDefault = PySide.QtCore.Qt.ApplicationAttribu...
|
| AA_MacDontSwapCtrlAndMeta = PySide.QtCore.Qt.ApplicationAttribute.AA_M...
|
| AA_MacPluginApplication = PySide.QtCore.Qt.ApplicationAttribute.AA_Mac...
|
| AA_NativeWindows = PySide.QtCore.Qt.ApplicationAttribute.AA_NativeWind...
|
| AA_S60DisablePartialScreenInputMode = PySide.QtCore.Qt.ApplicationAttr...
|
| AA_S60DontConstructApplicationPanes = PySide.QtCore.Qt.ApplicationAttr...
|
| AA_UseHighDpiPixmaps = PySide.QtCore.Qt.ApplicationAttribute.AA_UseHig...
|
| AA_X11InitThreads = PySide.QtCore.Qt.ApplicationAttribute.AA_X11InitTh...
|
| ALT = PySide.QtCore.Qt.Modifier.ALT
|
| AbsoluteSize = PySide.QtCore.Qt.SizeMode.AbsoluteSize
|
| AccessibleDescriptionRole = PySide.QtCore.Qt.ItemDataRole.AccessibleDe...
|
| AccessibleTextRole = PySide.QtCore.Qt.ItemDataRole.AccessibleTextRole
|
| ActionMask = PySide.QtCore.Qt.DropAction.ActionMask
|
| ActionsContextMenu = PySide.QtCore.Qt.ContextMenuPolicy.ActionsContext...
|
| ActiveWindowFocusReason = PySide.QtCore.Qt.FocusReason.ActiveWindowFoc...
|
| AlignAbsolute = PySide.QtCore.Qt.AlignmentFlag.AlignAbsolute
|
| AlignBottom = PySide.QtCore.Qt.AlignmentFlag.AlignBottom
|
| AlignCenter = PySide.QtCore.Qt.AlignmentFlag.AlignCenter
|
| AlignHCenter = PySide.QtCore.Qt.AlignmentFlag.AlignHCenter
|
| AlignHorizontal_Mask = PySide.QtCore.Qt.AlignmentFlag.AlignHorizontal_...
|
| AlignJustify = PySide.QtCore.Qt.AlignmentFlag.AlignJustify
|
| AlignLeading = PySide.QtCore.Qt.AlignmentFlag.AlignLeading
|
| AlignLeft = PySide.QtCore.Qt.AlignmentFlag.AlignLeft
|
| AlignRight = PySide.QtCore.Qt.AlignmentFlag.AlignRight
|
| AlignTop = PySide.QtCore.Qt.AlignmentFlag.AlignTop
|
| AlignTrailing = PySide.QtCore.Qt.AlignmentFlag.AlignTrailing
|
| AlignVCenter = PySide.QtCore.Qt.AlignmentFlag.AlignVCenter
|
| AlignVertical_Mask = PySide.QtCore.Qt.AlignmentFlag.AlignVertical_Mask
|
| Alignment = <type 'Alignment'>
|
|
| AlignmentFlag = <type 'PySide.QtCore.Qt.AlignmentFlag'>
|
|
| AllDockWidgetAreas = PySide.QtCore.Qt.DockWidgetArea.AllDockWidgetArea...
|
| AllToolBarAreas = PySide.QtCore.Qt.ToolBarArea.AllToolBarAreas
|
| AlphaDither_Mask = PySide.QtCore.Qt.ImageConversionFlag.AlphaDither_Ma...
|
| AltModifier = PySide.QtCore.Qt.KeyboardModifier.AltModifier
|
| AnchorAttribute = <type 'PySide.QtCore.Qt.AnchorAttribute'>
|
|
| AnchorBottom = PySide.QtCore.Qt.AnchorPoint.AnchorBottom
|
| AnchorHorizontalCenter = PySide.QtCore.Qt.AnchorPoint.AnchorHorizontal...
|
| AnchorHref = PySide.QtCore.Qt.AnchorAttribute.AnchorHref
|
| AnchorLeft = PySide.QtCore.Qt.AnchorPoint.AnchorLeft
|
| AnchorName = PySide.QtCore.Qt.AnchorAttribute.AnchorName
|
| AnchorPoint = <type 'PySide.QtCore.Qt.AnchorPoint'>
|
|
| AnchorRight = PySide.QtCore.Qt.AnchorPoint.AnchorRight
|
| AnchorTop = PySide.QtCore.Qt.AnchorPoint.AnchorTop
|
| AnchorVerticalCenter = PySide.QtCore.Qt.AnchorPoint.AnchorVerticalCent...
|
| ApplicationAttribute = <type 'PySide.QtCore.Qt.ApplicationAttribute'>
|
|
| ApplicationModal = PySide.QtCore.Qt.WindowModality.ApplicationModal
|
| ApplicationShortcut = PySide.QtCore.Qt.ShortcutContext.ApplicationShor...
|
| ArrowCursor = PySide.QtCore.Qt.CursorShape.ArrowCursor
|
| ArrowType = <type 'PySide.QtCore.Qt.ArrowType'>
|
|
| AscendingOrder = PySide.QtCore.Qt.SortOrder.AscendingOrder
|
| AspectRatioMode = <type 'PySide.QtCore.Qt.AspectRatioMode'>
|
|
| AutoColor = PySide.QtCore.Qt.ImageConversionFlag.AutoColor
|
| AutoCompatConnection = PySide.QtCore.Qt.ConnectionType.AutoCompatConne...
|
| AutoConnection = PySide.QtCore.Qt.ConnectionType.AutoConnection
|
| AutoDither = PySide.QtCore.Qt.ImageConversionFlag.AutoDither
|
| AutoText = PySide.QtCore.Qt.TextFormat.AutoText
|
| AvoidDither = PySide.QtCore.Qt.ImageConversionFlag.AvoidDither
|
| Axis = <type 'PySide.QtCore.Qt.Axis'>
|
|
| BDiagPattern = PySide.QtCore.Qt.BrushStyle.BDiagPattern
|
| BGMode = <type 'PySide.QtCore.Qt.BGMode'>
|
|
| BackgroundColorRole = PySide.QtCore.Qt.ItemDataRole.BackgroundColorRol...
|
| BackgroundRole = PySide.QtCore.Qt.ItemDataRole.BackgroundRole
|
| BacktabFocusReason = PySide.QtCore.Qt.FocusReason.BacktabFocusReason
|
| BevelJoin = PySide.QtCore.Qt.PenJoinStyle.BevelJoin
|
| BitmapCursor = PySide.QtCore.Qt.CursorShape.BitmapCursor
|
| BlankCursor = PySide.QtCore.Qt.CursorShape.BlankCursor
|
| BlockingQueuedConnection = PySide.QtCore.Qt.ConnectionType.BlockingQue...
|
| BottomDockWidgetArea = PySide.QtCore.Qt.DockWidgetArea.BottomDockWidge...
|
| BottomLeftCorner = PySide.QtCore.Qt.Corner.BottomLeftCorner
|
| BottomLeftSection = PySide.QtCore.Qt.WindowFrameSection.BottomLeftSect...
|
| BottomRightCorner = PySide.QtCore.Qt.Corner.BottomRightCorner
|
| BottomRightSection = PySide.QtCore.Qt.WindowFrameSection.BottomRightSe...
|
| BottomSection = PySide.QtCore.Qt.WindowFrameSection.BottomSection
|
| BottomToolBarArea = PySide.QtCore.Qt.ToolBarArea.BottomToolBarArea
|
| BrushStyle = <type 'PySide.QtCore.Qt.BrushStyle'>
|
|
| BusyCursor = PySide.QtCore.Qt.CursorShape.BusyCursor
|
| BypassGraphicsProxyWidget = PySide.QtCore.Qt.WindowType.BypassGraphics...
|
| CTRL = PySide.QtCore.Qt.Modifier.CTRL
|
| CaseInsensitive = PySide.QtCore.Qt.CaseSensitivity.CaseInsensitive
|
| CaseSensitive = PySide.QtCore.Qt.CaseSensitivity.CaseSensitive
|
| CaseSensitivity = <type 'PySide.QtCore.Qt.CaseSensitivity'>
|
|
| CheckState = <type 'PySide.QtCore.Qt.CheckState'>
|
|
| CheckStateRole = PySide.QtCore.Qt.ItemDataRole.CheckStateRole
|
| Checked = PySide.QtCore.Qt.CheckState.Checked
|
| ClickFocus = PySide.QtCore.Qt.FocusPolicy.ClickFocus
|
| ClipOperation = <type 'PySide.QtCore.Qt.ClipOperation'>
|
|
| ClosedHandCursor = PySide.QtCore.Qt.CursorShape.ClosedHandCursor
|
| ColorMode_Mask = PySide.QtCore.Qt.ImageConversionFlag.ColorMode_Mask
|
| ColorOnly = PySide.QtCore.Qt.ImageConversionFlag.ColorOnly
|
| ConicalGradientPattern = PySide.QtCore.Qt.BrushStyle.ConicalGradientPa...
|
| ConnectionType = <type 'PySide.QtCore.Qt.ConnectionType'>
|
|
| ContainsItemBoundingRect = PySide.QtCore.Qt.ItemSelectionMode.Contains...
|
| ContainsItemShape = PySide.QtCore.Qt.ItemSelectionMode.ContainsItemSha...
|
| ContextMenuPolicy = <type 'PySide.QtCore.Qt.ContextMenuPolicy'>
|
|
| ControlModifier = PySide.QtCore.Qt.KeyboardModifier.ControlModifier
|
| CoordinateSystem = <type 'PySide.QtCore.Qt.CoordinateSystem'>
|
|
| CopyAction = PySide.QtCore.Qt.DropAction.CopyAction
|
| Corner = <type 'PySide.QtCore.Qt.Corner'>
|
|
| CrossCursor = PySide.QtCore.Qt.CursorShape.CrossCursor
|
| CrossPattern = PySide.QtCore.Qt.BrushStyle.CrossPattern
|
| CursorMoveStyle = <type 'PySide.QtCore.Qt.CursorMoveStyle'>
|
|
| CursorShape = <type 'PySide.QtCore.Qt.CursorShape'>
|
|
| CustomContextMenu = PySide.QtCore.Qt.ContextMenuPolicy.CustomContextMe...
|
| CustomCursor = PySide.QtCore.Qt.CursorShape.CustomCursor
|
| CustomDashLine = PySide.QtCore.Qt.PenStyle.CustomDashLine
|
| CustomGesture = PySide.QtCore.Qt.GestureType.CustomGesture
|
| CustomizeWindowHint = PySide.QtCore.Qt.WindowType.CustomizeWindowHint
|
| DashDotDotLine = PySide.QtCore.Qt.PenStyle.DashDotDotLine
|
| DashDotLine = PySide.QtCore.Qt.PenStyle.DashDotLine
|
| DashLine = PySide.QtCore.Qt.PenStyle.DashLine
|
| DateFormat = <type 'PySide.QtCore.Qt.DateFormat'>
|
|
| DayOfWeek = <type 'PySide.QtCore.Qt.DayOfWeek'>
|
|
| DecorationPropertyRole = PySide.QtCore.Qt.ItemDataRole.DecorationPrope...
|
| DecorationRole = PySide.QtCore.Qt.ItemDataRole.DecorationRole
|
| DefaultContextMenu = PySide.QtCore.Qt.ContextMenuPolicy.DefaultContext...
|
| DefaultLocaleLongDate = PySide.QtCore.Qt.DateFormat.DefaultLocaleLongD...
|
| DefaultLocaleShortDate = PySide.QtCore.Qt.DateFormat.DefaultLocaleShor...
|
| Dense1Pattern = PySide.QtCore.Qt.BrushStyle.Dense1Pattern
|
| Dense2Pattern = PySide.QtCore.Qt.BrushStyle.Dense2Pattern
|
| Dense3Pattern = PySide.QtCore.Qt.BrushStyle.Dense3Pattern
|
| Dense4Pattern = PySide.QtCore.Qt.BrushStyle.Dense4Pattern
|
| Dense5Pattern = PySide.QtCore.Qt.BrushStyle.Dense5Pattern
|
| Dense6Pattern = PySide.QtCore.Qt.BrushStyle.Dense6Pattern
|
| Dense7Pattern = PySide.QtCore.Qt.BrushStyle.Dense7Pattern
|
| DescendingOrder = PySide.QtCore.Qt.SortOrder.DescendingOrder
|
| Desktop = PySide.QtCore.Qt.WindowType.Desktop
|
| DeviceCoordinates = PySide.QtCore.Qt.CoordinateSystem.DeviceCoordinate...
|
| DiagCrossPattern = PySide.QtCore.Qt.BrushStyle.DiagCrossPattern
|
| Dialog = PySide.QtCore.Qt.WindowType.Dialog
|
| DiffuseAlphaDither = PySide.QtCore.Qt.ImageConversionFlag.DiffuseAlpha...
|
| DiffuseDither = PySide.QtCore.Qt.ImageConversionFlag.DiffuseDither
|
| DirectConnection = PySide.QtCore.Qt.ConnectionType.DirectConnection
|
| DisplayPropertyRole = PySide.QtCore.Qt.ItemDataRole.DisplayPropertyRol...
|
| DisplayRole = PySide.QtCore.Qt.ItemDataRole.DisplayRole
|
| DitherMode_Mask = PySide.QtCore.Qt.ImageConversionFlag.DitherMode_Mask
|
| Dither_Mask = PySide.QtCore.Qt.ImageConversionFlag.Dither_Mask
|
| DockWidgetArea = <type 'PySide.QtCore.Qt.DockWidgetArea'>
|
|
| DockWidgetAreaSizes = <type 'PySide.QtCore.Qt.DockWidgetAreaSizes'>
|
|
| DockWidgetArea_Mask = PySide.QtCore.Qt.DockWidgetArea.DockWidgetArea_M...
|
| DockWidgetAreas = <type 'DockWidgetAreas'>
|
|
| DontStartGestureOnChildren = PySide.QtCore.Qt.GestureFlag.DontStartGes...
|
| DotLine = PySide.QtCore.Qt.PenStyle.DotLine
|
| DownArrow = PySide.QtCore.Qt.ArrowType.DownArrow
|
| DragCopyCursor = PySide.QtCore.Qt.CursorShape.DragCopyCursor
|
| DragLinkCursor = PySide.QtCore.Qt.CursorShape.DragLinkCursor
|
| DragMoveCursor = PySide.QtCore.Qt.CursorShape.DragMoveCursor
|
| Drawer = PySide.QtCore.Qt.WindowType.Drawer
|
| DropAction = <type 'PySide.QtCore.Qt.DropAction'>
|
|
| DropActions = <type 'DropActions'>
|
|
| EditRole = PySide.QtCore.Qt.ItemDataRole.EditRole
|
| ElideLeft = PySide.QtCore.Qt.TextElideMode.ElideLeft
|
| ElideMiddle = PySide.QtCore.Qt.TextElideMode.ElideMiddle
|
| ElideNone = PySide.QtCore.Qt.TextElideMode.ElideNone
|
| ElideRight = PySide.QtCore.Qt.TextElideMode.ElideRight
|
| EventPriority = <type 'PySide.QtCore.Qt.EventPriority'>
|
|
| ExactHit = PySide.QtCore.Qt.HitTestAccuracy.ExactHit
|
| FDiagPattern = PySide.QtCore.Qt.BrushStyle.FDiagPattern
|
| FastTransformation = PySide.QtCore.Qt.TransformationMode.FastTransform...
|
| FillRule = <type 'PySide.QtCore.Qt.FillRule'>
|
|
| FlatCap = PySide.QtCore.Qt.PenCapStyle.FlatCap
|
| FocusPolicy = <type 'PySide.QtCore.Qt.FocusPolicy'>
|
|
| FocusReason = <type 'PySide.QtCore.Qt.FocusReason'>
|
|
| FontRole = PySide.QtCore.Qt.ItemDataRole.FontRole
|
| ForbiddenCursor = PySide.QtCore.Qt.CursorShape.ForbiddenCursor
|
| ForegroundRole = PySide.QtCore.Qt.ItemDataRole.ForegroundRole
|
| FramelessWindowHint = PySide.QtCore.Qt.WindowType.FramelessWindowHint
|
| Friday = PySide.QtCore.Qt.DayOfWeek.Friday
|
| FuzzyHit = PySide.QtCore.Qt.HitTestAccuracy.FuzzyHit
|
| GROUP = PySide.QtCore.Qt.Modifier.GROUP
|
| GestureCanceled = PySide.QtCore.Qt.GestureState.GestureCanceled
|
| GestureFinished = PySide.QtCore.Qt.GestureState.GestureFinished
|
| GestureFlag = <type 'PySide.QtCore.Qt.GestureFlag'>
|
|
| GestureFlags = <type 'GestureFlags'>
|
|
| GestureStarted = PySide.QtCore.Qt.GestureState.GestureStarted
|
| GestureState = <type 'PySide.QtCore.Qt.GestureState'>
|
|
| GestureType = <type 'PySide.QtCore.Qt.GestureType'>
|
|
| GestureUpdated = PySide.QtCore.Qt.GestureState.GestureUpdated
|
| GlobalColor = <type 'PySide.QtCore.Qt.GlobalColor'>
|
|
| GroupSwitchModifier = PySide.QtCore.Qt.KeyboardModifier.GroupSwitchMod...
|
| HighEventPriority = PySide.QtCore.Qt.EventPriority.HighEventPriority
|
| HitTestAccuracy = <type 'PySide.QtCore.Qt.HitTestAccuracy'>
|
|
| HorPattern = PySide.QtCore.Qt.BrushStyle.HorPattern
|
| Horizontal = PySide.QtCore.Qt.Orientation.Horizontal
|
| IBeamCursor = PySide.QtCore.Qt.CursorShape.IBeamCursor
|
| ISODate = PySide.QtCore.Qt.DateFormat.ISODate
|
| IgnoreAction = PySide.QtCore.Qt.DropAction.IgnoreAction
|
| IgnoreAspectRatio = PySide.QtCore.Qt.AspectRatioMode.IgnoreAspectRatio
|
| IgnoredGesturesPropagateToParent = PySide.QtCore.Qt.GestureFlag.Ignore...
|
| ImAnchorPosition = PySide.QtCore.Qt.InputMethodQuery.ImAnchorPosition
|
| ImCurrentSelection = PySide.QtCore.Qt.InputMethodQuery.ImCurrentSelect...
|
| ImCursorPosition = PySide.QtCore.Qt.InputMethodQuery.ImCursorPosition
|
| ImFont = PySide.QtCore.Qt.InputMethodQuery.ImFont
|
| ImMaximumTextLength = PySide.QtCore.Qt.InputMethodQuery.ImMaximumTextL...
|
| ImMicroFocus = PySide.QtCore.Qt.InputMethodQuery.ImMicroFocus
|
| ImSurroundingText = PySide.QtCore.Qt.InputMethodQuery.ImSurroundingTex...
|
| ImageConversionFlag = <type 'PySide.QtCore.Qt.ImageConversionFlag'>
|
|
| ImageConversionFlags = <type 'ImageConversionFlags'>
|
|
| ImhDialableCharactersOnly = PySide.QtCore.Qt.InputMethodHint.ImhDialab...
|
| ImhDigitsOnly = PySide.QtCore.Qt.InputMethodHint.ImhDigitsOnly
|
| ImhEmailCharactersOnly = PySide.QtCore.Qt.InputMethodHint.ImhEmailChar...
|
| ImhExclusiveInputMask = PySide.QtCore.Qt.InputMethodHint.ImhExclusiveI...
|
| ImhFormattedNumbersOnly = PySide.QtCore.Qt.InputMethodHint.ImhFormatte...
|
| ImhHiddenText = PySide.QtCore.Qt.InputMethodHint.ImhHiddenText
|
| ImhLowercaseOnly = PySide.QtCore.Qt.InputMethodHint.ImhLowercaseOnly
|
| ImhNoAutoUppercase = PySide.QtCore.Qt.InputMethodHint.ImhNoAutoUpperca...
|
| ImhNoPredictiveText = PySide.QtCore.Qt.InputMethodHint.ImhNoPredictive...
|
| ImhNone = PySide.QtCore.Qt.InputMethodHint.ImhNone
|
| ImhPreferLowercase = PySide.QtCore.Qt.InputMethodHint.ImhPreferLowerca...
|
| ImhPreferNumbers = PySide.QtCore.Qt.InputMethodHint.ImhPreferNumbers
|
| ImhPreferUppercase = PySide.QtCore.Qt.InputMethodHint.ImhPreferUpperca...
|
| ImhUppercaseOnly = PySide.QtCore.Qt.InputMethodHint.ImhUppercaseOnly
|
| ImhUrlCharactersOnly = PySide.QtCore.Qt.InputMethodHint.ImhUrlCharacte...
|
| InitialSortOrderRole = PySide.QtCore.Qt.ItemDataRole.InitialSortOrderR...
|
| InputMethodHint = <type 'PySide.QtCore.Qt.InputMethodHint'>
|
|
| InputMethodHints = <type 'InputMethodHints'>
|
|
| InputMethodQuery = <type 'PySide.QtCore.Qt.InputMethodQuery'>
|
|
| IntersectClip = PySide.QtCore.Qt.ClipOperation.IntersectClip
|
| IntersectsItemBoundingRect = PySide.QtCore.Qt.ItemSelectionMode.Inters...
|
| IntersectsItemShape = PySide.QtCore.Qt.ItemSelectionMode.IntersectsIte...
|
| ItemDataRole = <type 'PySide.QtCore.Qt.ItemDataRole'>
|
|
| ItemFlag = <type 'PySide.QtCore.Qt.ItemFlag'>
|
|
| ItemFlags = <type 'ItemFlags'>
|
|
| ItemIsDragEnabled = PySide.QtCore.Qt.ItemFlag.ItemIsDragEnabled
|
| ItemIsDropEnabled = PySide.QtCore.Qt.ItemFlag.ItemIsDropEnabled
|
| ItemIsEditable = PySide.QtCore.Qt.ItemFlag.ItemIsEditable
|
| ItemIsEnabled = PySide.QtCore.Qt.ItemFlag.ItemIsEnabled
|
| ItemIsSelectable = PySide.QtCore.Qt.ItemFlag.ItemIsSelectable
|
| ItemIsTristate = PySide.QtCore.Qt.ItemFlag.ItemIsTristate
|
| ItemIsUserCheckable = PySide.QtCore.Qt.ItemFlag.ItemIsUserCheckable
|
| ItemSelectionMode = <type 'PySide.QtCore.Qt.ItemSelectionMode'>
|
|
| KP = PySide.QtCore.Qt.Modifier.KP
|
| KeepAspectRatio = PySide.QtCore.Qt.AspectRatioMode.KeepAspectRatio
|
| KeepAspectRatioByExpanding = PySide.QtCore.Qt.AspectRatioMode.KeepAspe...
|
| Key = <type 'PySide.QtCore.Qt.Key'>
|
|
| Key_0 = PySide.QtCore.Qt.Key.Key_0
|
| Key_1 = PySide.QtCore.Qt.Key.Key_1
|
| Key_2 = PySide.QtCore.Qt.Key.Key_2
|
| Key_3 = PySide.QtCore.Qt.Key.Key_3
|
| Key_4 = PySide.QtCore.Qt.Key.Key_4
|
| Key_5 = PySide.QtCore.Qt.Key.Key_5
|
| Key_6 = PySide.QtCore.Qt.Key.Key_6
|
| Key_7 = PySide.QtCore.Qt.Key.Key_7
|
| Key_8 = PySide.QtCore.Qt.Key.Key_8
|
| Key_9 = PySide.QtCore.Qt.Key.Key_9
|
| Key_A = PySide.QtCore.Qt.Key.Key_A
|
| Key_AE = PySide.QtCore.Qt.Key.Key_AE
|
| Key_Aacute = PySide.QtCore.Qt.Key.Key_Aacute
|
| Key_Acircumflex = PySide.QtCore.Qt.Key.Key_Acircumflex
|
| Key_AddFavorite = PySide.QtCore.Qt.Key.Key_AddFavorite
|
| Key_Adiaeresis = PySide.QtCore.Qt.Key.Key_Adiaeresis
|
| Key_Agrave = PySide.QtCore.Qt.Key.Key_Agrave
|
| Key_Alt = PySide.QtCore.Qt.Key.Key_Alt
|
| Key_AltGr = PySide.QtCore.Qt.Key.Key_AltGr
|
| Key_Ampersand = PySide.QtCore.Qt.Key.Key_Ampersand
|
| Key_Any = PySide.QtCore.Qt.Key.Key_Any
|
| Key_Apostrophe = PySide.QtCore.Qt.Key.Key_Apostrophe
|
| Key_ApplicationLeft = PySide.QtCore.Qt.Key.Key_ApplicationLeft
|
| Key_ApplicationRight = PySide.QtCore.Qt.Key.Key_ApplicationRight
|
| Key_Aring = PySide.QtCore.Qt.Key.Key_Aring
|
| Key_AsciiCircum = PySide.QtCore.Qt.Key.Key_AsciiCircum
|
| Key_AsciiTilde = PySide.QtCore.Qt.Key.Key_AsciiTilde
|
| Key_Asterisk = PySide.QtCore.Qt.Key.Key_Asterisk
|
| Key_At = PySide.QtCore.Qt.Key.Key_At
|
| Key_Atilde = PySide.QtCore.Qt.Key.Key_Atilde
|
| Key_AudioCycleTrack = PySide.QtCore.Qt.Key.Key_AudioCycleTrack
|
| Key_AudioForward = PySide.QtCore.Qt.Key.Key_AudioForward
|
| Key_AudioRandomPlay = PySide.QtCore.Qt.Key.Key_AudioRandomPlay
|
| Key_AudioRepeat = PySide.QtCore.Qt.Key.Key_AudioRepeat
|
| Key_AudioRewind = PySide.QtCore.Qt.Key.Key_AudioRewind
|
| Key_Away = PySide.QtCore.Qt.Key.Key_Away
|
| Key_B = PySide.QtCore.Qt.Key.Key_B
|
| Key_Back = PySide.QtCore.Qt.Key.Key_Back
|
| Key_BackForward = PySide.QtCore.Qt.Key.Key_BackForward
|
| Key_Backslash = PySide.QtCore.Qt.Key.Key_Backslash
|
| Key_Backspace = PySide.QtCore.Qt.Key.Key_Backspace
|
| Key_Backtab = PySide.QtCore.Qt.Key.Key_Backtab
|
| Key_Bar = PySide.QtCore.Qt.Key.Key_Bar
|
| Key_BassBoost = PySide.QtCore.Qt.Key.Key_BassBoost
|
| Key_BassDown = PySide.QtCore.Qt.Key.Key_BassDown
|
| Key_BassUp = PySide.QtCore.Qt.Key.Key_BassUp
|
| Key_Battery = PySide.QtCore.Qt.Key.Key_Battery
|
| Key_Bluetooth = PySide.QtCore.Qt.Key.Key_Bluetooth
|
| Key_Book = PySide.QtCore.Qt.Key.Key_Book
|
| Key_BraceLeft = PySide.QtCore.Qt.Key.Key_BraceLeft
|
| Key_BraceRight = PySide.QtCore.Qt.Key.Key_BraceRight
|
| Key_BracketLeft = PySide.QtCore.Qt.Key.Key_BracketLeft
|
| Key_BracketRight = PySide.QtCore.Qt.Key.Key_BracketRight
|
| Key_BrightnessAdjust = PySide.QtCore.Qt.Key.Key_BrightnessAdjust
|
| Key_C = PySide.QtCore.Qt.Key.Key_C
|
| Key_CD = PySide.QtCore.Qt.Key.Key_CD
|
| Key_Calculator = PySide.QtCore.Qt.Key.Key_Calculator
|
| Key_Calendar = PySide.QtCore.Qt.Key.Key_Calendar
|
| Key_Call = PySide.QtCore.Qt.Key.Key_Call
|
| Key_Camera = PySide.QtCore.Qt.Key.Key_Camera
|
| Key_CameraFocus = PySide.QtCore.Qt.Key.Key_CameraFocus
|
| Key_Cancel = PySide.QtCore.Qt.Key.Key_Cancel
|
| Key_CapsLock = PySide.QtCore.Qt.Key.Key_CapsLock
|
| Key_Ccedilla = PySide.QtCore.Qt.Key.Key_Ccedilla
|
| Key_Clear = PySide.QtCore.Qt.Key.Key_Clear
|
| Key_ClearGrab = PySide.QtCore.Qt.Key.Key_ClearGrab
|
| Key_Close = PySide.QtCore.Qt.Key.Key_Close
|
| Key_Codeinput = PySide.QtCore.Qt.Key.Key_Codeinput
|
| Key_Colon = PySide.QtCore.Qt.Key.Key_Colon
|
| Key_Comma = PySide.QtCore.Qt.Key.Key_Comma
|
| Key_Community = PySide.QtCore.Qt.Key.Key_Community
|
| Key_Context1 = PySide.QtCore.Qt.Key.Key_Context1
|
| Key_Context2 = PySide.QtCore.Qt.Key.Key_Context2
|
| Key_Context3 = PySide.QtCore.Qt.Key.Key_Context3
|
| Key_Context4 = PySide.QtCore.Qt.Key.Key_Context4
|
| Key_ContrastAdjust = PySide.QtCore.Qt.Key.Key_ContrastAdjust
|
| Key_Control = PySide.QtCore.Qt.Key.Key_Control
|
| Key_Copy = PySide.QtCore.Qt.Key.Key_Copy
|
| Key_Cut = PySide.QtCore.Qt.Key.Key_Cut
|
| Key_D = PySide.QtCore.Qt.Key.Key_D
|
| Key_DOS = PySide.QtCore.Qt.Key.Key_DOS
|
| Key_Dead_Abovedot = PySide.QtCore.Qt.Key.Key_Dead_Abovedot
|
| Key_Dead_Abovering = PySide.QtCore.Qt.Key.Key_Dead_Abovering
|
| Key_Dead_Acute = PySide.QtCore.Qt.Key.Key_Dead_Acute
|
| Key_Dead_Belowdot = PySide.QtCore.Qt.Key.Key_Dead_Belowdot
|
| Key_Dead_Breve = PySide.QtCore.Qt.Key.Key_Dead_Breve
|
| Key_Dead_Caron = PySide.QtCore.Qt.Key.Key_Dead_Caron
|
| Key_Dead_Cedilla = PySide.QtCore.Qt.Key.Key_Dead_Cedilla
|
| Key_Dead_Circumflex = PySide.QtCore.Qt.Key.Key_Dead_Circumflex
|
| Key_Dead_Diaeresis = PySide.QtCore.Qt.Key.Key_Dead_Diaeresis
|
| Key_Dead_Doubleacute = PySide.QtCore.Qt.Key.Key_Dead_Doubleacute
|
| Key_Dead_Grave = PySide.QtCore.Qt.Key.Key_Dead_Grave
|
| Key_Dead_Hook = PySide.QtCore.Qt.Key.Key_Dead_Hook
|
| Key_Dead_Horn = PySide.QtCore.Qt.Key.Key_Dead_Horn
|
| Key_Dead_Iota = PySide.QtCore.Qt.Key.Key_Dead_Iota
|
| Key_Dead_Macron = PySide.QtCore.Qt.Key.Key_Dead_Macron
|
| Key_Dead_Ogonek = PySide.QtCore.Qt.Key.Key_Dead_Ogonek
|
| Key_Dead_Semivoiced_Sound = PySide.QtCore.Qt.Key.Key_Dead_Semivoiced_S...
|
| Key_Dead_Tilde = PySide.QtCore.Qt.Key.Key_Dead_Tilde
|
| Key_Dead_Voiced_Sound = PySide.QtCore.Qt.Key.Key_Dead_Voiced_Sound
|
| Key_Delete = PySide.QtCore.Qt.Key.Key_Delete
|
| Key_Direction_L = PySide.QtCore.Qt.Key.Key_Direction_L
|
| Key_Direction_R = PySide.QtCore.Qt.Key.Key_Direction_R
|
| Key_Display = PySide.QtCore.Qt.Key.Key_Display
|
| Key_Documents = PySide.QtCore.Qt.Key.Key_Documents
|
| Key_Dollar = PySide.QtCore.Qt.Key.Key_Dollar
|
| Key_Down = PySide.QtCore.Qt.Key.Key_Down
|
| Key_E = PySide.QtCore.Qt.Key.Key_E
|
| Key_ETH = PySide.QtCore.Qt.Key.Key_ETH
|
| Key_Eacute = PySide.QtCore.Qt.Key.Key_Eacute
|
| Key_Ecircumflex = PySide.QtCore.Qt.Key.Key_Ecircumflex
|
| Key_Ediaeresis = PySide.QtCore.Qt.Key.Key_Ediaeresis
|
| Key_Egrave = PySide.QtCore.Qt.Key.Key_Egrave
|
| Key_Eisu_Shift = PySide.QtCore.Qt.Key.Key_Eisu_Shift
|
| Key_Eisu_toggle = PySide.QtCore.Qt.Key.Key_Eisu_toggle
|
| Key_Eject = PySide.QtCore.Qt.Key.Key_Eject
|
| Key_End = PySide.QtCore.Qt.Key.Key_End
|
| Key_Enter = PySide.QtCore.Qt.Key.Key_Enter
|
| Key_Equal = PySide.QtCore.Qt.Key.Key_Equal
|
| Key_Escape = PySide.QtCore.Qt.Key.Key_Escape
|
| Key_Excel = PySide.QtCore.Qt.Key.Key_Excel
|
| Key_Exclam = PySide.QtCore.Qt.Key.Key_Exclam
|
| Key_Execute = PySide.QtCore.Qt.Key.Key_Execute
|
| Key_Explorer = PySide.QtCore.Qt.Key.Key_Explorer
|
| Key_F = PySide.QtCore.Qt.Key.Key_F
|
| Key_F1 = PySide.QtCore.Qt.Key.Key_F1
|
| Key_F10 = PySide.QtCore.Qt.Key.Key_F10
|
| Key_F11 = PySide.QtCore.Qt.Key.Key_F11
|
| Key_F12 = PySide.QtCore.Qt.Key.Key_F12
|
| Key_F13 = PySide.QtCore.Qt.Key.Key_F13
|
| Key_F14 = PySide.QtCore.Qt.Key.Key_F14
|
| Key_F15 = PySide.QtCore.Qt.Key.Key_F15
|
| Key_F16 = PySide.QtCore.Qt.Key.Key_F16
|
| Key_F17 = PySide.QtCore.Qt.Key.Key_F17
|
| Key_F18 = PySide.QtCore.Qt.Key.Key_F18
|
| Key_F19 = PySide.QtCore.Qt.Key.Key_F19
|
| Key_F2 = PySide.QtCore.Qt.Key.Key_F2
|
| Key_F20 = PySide.QtCore.Qt.Key.Key_F20
|
| Key_F21 = PySide.QtCore.Qt.Key.Key_F21
|
| Key_F22 = PySide.QtCore.Qt.Key.Key_F22
|
| Key_F23 = PySide.QtCore.Qt.Key.Key_F23
|
| Key_F24 = PySide.QtCore.Qt.Key.Key_F24
|
| Key_F25 = PySide.QtCore.Qt.Key.Key_F25
|
| Key_F26 = PySide.QtCore.Qt.Key.Key_F26
|
| Key_F27 = PySide.QtCore.Qt.Key.Key_F27
|
| Key_F28 = PySide.QtCore.Qt.Key.Key_F28
|
| Key_F29 = PySide.QtCore.Qt.Key.Key_F29
|
| Key_F3 = PySide.QtCore.Qt.Key.Key_F3
|
| Key_F30 = PySide.QtCore.Qt.Key.Key_F30
|
| Key_F31 = PySide.QtCore.Qt.Key.Key_F31
|
| Key_F32 = PySide.QtCore.Qt.Key.Key_F32
|
| Key_F33 = PySide.QtCore.Qt.Key.Key_F33
|
| Key_F34 = PySide.QtCore.Qt.Key.Key_F34
|
| Key_F35 = PySide.QtCore.Qt.Key.Key_F35
|
| Key_F4 = PySide.QtCore.Qt.Key.Key_F4
|
| Key_F5 = PySide.QtCore.Qt.Key.Key_F5
|
| Key_F6 = PySide.QtCore.Qt.Key.Key_F6
|
| Key_F7 = PySide.QtCore.Qt.Key.Key_F7
|
| Key_F8 = PySide.QtCore.Qt.Key.Key_F8
|
| Key_F9 = PySide.QtCore.Qt.Key.Key_F9
|
| Key_Favorites = PySide.QtCore.Qt.Key.Key_Favorites
|
| Key_Finance = PySide.QtCore.Qt.Key.Key_Finance
|
| Key_Flip = PySide.QtCore.Qt.Key.Key_Flip
|
| Key_Forward = PySide.QtCore.Qt.Key.Key_Forward
|
| Key_G = PySide.QtCore.Qt.Key.Key_G
|
| Key_Game = PySide.QtCore.Qt.Key.Key_Game
|
| Key_Go = PySide.QtCore.Qt.Key.Key_Go
|
| Key_Greater = PySide.QtCore.Qt.Key.Key_Greater
|
| Key_H = PySide.QtCore.Qt.Key.Key_H
|
| Key_Hangul = PySide.QtCore.Qt.Key.Key_Hangul
|
| Key_Hangul_Banja = PySide.QtCore.Qt.Key.Key_Hangul_Banja
|
| Key_Hangul_End = PySide.QtCore.Qt.Key.Key_Hangul_End
|
| Key_Hangul_Hanja = PySide.QtCore.Qt.Key.Key_Hangul_Hanja
|
| Key_Hangul_Jamo = PySide.QtCore.Qt.Key.Key_Hangul_Jamo
|
| Key_Hangul_Jeonja = PySide.QtCore.Qt.Key.Key_Hangul_Jeonja
|
| Key_Hangul_PostHanja = PySide.QtCore.Qt.Key.Key_Hangul_PostHanja
|
| Key_Hangul_PreHanja = PySide.QtCore.Qt.Key.Key_Hangul_PreHanja
|
| Key_Hangul_Romaja = PySide.QtCore.Qt.Key.Key_Hangul_Romaja
|
| Key_Hangul_Special = PySide.QtCore.Qt.Key.Key_Hangul_Special
|
| Key_Hangul_Start = PySide.QtCore.Qt.Key.Key_Hangul_Start
|
| Key_Hangup = PySide.QtCore.Qt.Key.Key_Hangup
|
| Key_Hankaku = PySide.QtCore.Qt.Key.Key_Hankaku
|
| Key_Help = PySide.QtCore.Qt.Key.Key_Help
|
| Key_Henkan = PySide.QtCore.Qt.Key.Key_Henkan
|
| Key_Hibernate = PySide.QtCore.Qt.Key.Key_Hibernate
|
| Key_Hiragana = PySide.QtCore.Qt.Key.Key_Hiragana
|
| Key_Hiragana_Katakana = PySide.QtCore.Qt.Key.Key_Hiragana_Katakana
|
| Key_History = PySide.QtCore.Qt.Key.Key_History
|
| Key_Home = PySide.QtCore.Qt.Key.Key_Home
|
| Key_HomePage = PySide.QtCore.Qt.Key.Key_HomePage
|
| Key_HotLinks = PySide.QtCore.Qt.Key.Key_HotLinks
|
| Key_Hyper_L = PySide.QtCore.Qt.Key.Key_Hyper_L
|
| Key_Hyper_R = PySide.QtCore.Qt.Key.Key_Hyper_R
|
| Key_I = PySide.QtCore.Qt.Key.Key_I
|
| Key_Iacute = PySide.QtCore.Qt.Key.Key_Iacute
|
| Key_Icircumflex = PySide.QtCore.Qt.Key.Key_Icircumflex
|
| Key_Idiaeresis = PySide.QtCore.Qt.Key.Key_Idiaeresis
|
| Key_Igrave = PySide.QtCore.Qt.Key.Key_Igrave
|
| Key_Insert = PySide.QtCore.Qt.Key.Key_Insert
|
| Key_J = PySide.QtCore.Qt.Key.Key_J
|
| Key_K = PySide.QtCore.Qt.Key.Key_K
|
| Key_Kana_Lock = PySide.QtCore.Qt.Key.Key_Kana_Lock
|
| Key_Kana_Shift = PySide.QtCore.Qt.Key.Key_Kana_Shift
|
| Key_Kanji = PySide.QtCore.Qt.Key.Key_Kanji
|
| Key_Katakana = PySide.QtCore.Qt.Key.Key_Katakana
|
| Key_KeyboardBrightnessDown = PySide.QtCore.Qt.Key.Key_KeyboardBrightne...
|
| Key_KeyboardBrightnessUp = PySide.QtCore.Qt.Key.Key_KeyboardBrightness...
|
| Key_KeyboardLightOnOff = PySide.QtCore.Qt.Key.Key_KeyboardLightOnOff
|
| Key_L = PySide.QtCore.Qt.Key.Key_L
|
| Key_LastNumberRedial = PySide.QtCore.Qt.Key.Key_LastNumberRedial
|
| Key_Launch0 = PySide.QtCore.Qt.Key.Key_Launch0
|
| Key_Launch1 = PySide.QtCore.Qt.Key.Key_Launch1
|
| Key_Launch2 = PySide.QtCore.Qt.Key.Key_Launch2
|
| Key_Launch3 = PySide.QtCore.Qt.Key.Key_Launch3
|
| Key_Launch4 = PySide.QtCore.Qt.Key.Key_Launch4
|
| Key_Launch5 = PySide.QtCore.Qt.Key.Key_Launch5
|
| Key_Launch6 = PySide.QtCore.Qt.Key.Key_Launch6
|
| Key_Launch7 = PySide.QtCore.Qt.Key.Key_Launch7
|
| Key_Launch8 = PySide.QtCore.Qt.Key.Key_Launch8
|
| Key_Launch9 = PySide.QtCore.Qt.Key.Key_Launch9
|
| Key_LaunchA = PySide.QtCore.Qt.Key.Key_LaunchA
|
| Key_LaunchB = PySide.QtCore.Qt.Key.Key_LaunchB
|
| Key_LaunchC = PySide.QtCore.Qt.Key.Key_LaunchC
|
| Key_LaunchD = PySide.QtCore.Qt.Key.Key_LaunchD
|
| Key_LaunchE = PySide.QtCore.Qt.Key.Key_LaunchE
|
| Key_LaunchF = PySide.QtCore.Qt.Key.Key_LaunchF
|
| Key_LaunchG = PySide.QtCore.Qt.Key.Key_LaunchG
|
| Key_LaunchH = PySide.QtCore.Qt.Key.Key_LaunchH
|
| Key_LaunchMail = PySide.QtCore.Qt.Key.Key_LaunchMail
|
| Key_LaunchMedia = PySide.QtCore.Qt.Key.Key_LaunchMedia
|
| Key_Left = PySide.QtCore.Qt.Key.Key_Left
|
| Key_Less = PySide.QtCore.Qt.Key.Key_Less
|
| Key_LightBulb = PySide.QtCore.Qt.Key.Key_LightBulb
|
| Key_LogOff = PySide.QtCore.Qt.Key.Key_LogOff
|
| Key_M = PySide.QtCore.Qt.Key.Key_M
|
| Key_MailForward = PySide.QtCore.Qt.Key.Key_MailForward
|
| Key_Market = PySide.QtCore.Qt.Key.Key_Market
|
| Key_Massyo = PySide.QtCore.Qt.Key.Key_Massyo
|
| Key_MediaLast = PySide.QtCore.Qt.Key.Key_MediaLast
|
| Key_MediaNext = PySide.QtCore.Qt.Key.Key_MediaNext
|
| Key_MediaPause = PySide.QtCore.Qt.Key.Key_MediaPause
|
| Key_MediaPlay = PySide.QtCore.Qt.Key.Key_MediaPlay
|
| Key_MediaPrevious = PySide.QtCore.Qt.Key.Key_MediaPrevious
|
| Key_MediaRecord = PySide.QtCore.Qt.Key.Key_MediaRecord
|
| Key_MediaStop = PySide.QtCore.Qt.Key.Key_MediaStop
|
| Key_MediaTogglePlayPause = PySide.QtCore.Qt.Key.Key_MediaTogglePlayPau...
|
| Key_Meeting = PySide.QtCore.Qt.Key.Key_Meeting
|
| Key_Memo = PySide.QtCore.Qt.Key.Key_Memo
|
| Key_Menu = PySide.QtCore.Qt.Key.Key_Menu
|
| Key_MenuKB = PySide.QtCore.Qt.Key.Key_MenuKB
|
| Key_MenuPB = PySide.QtCore.Qt.Key.Key_MenuPB
|
| Key_Messenger = PySide.QtCore.Qt.Key.Key_Messenger
|
| Key_Meta = PySide.QtCore.Qt.Key.Key_Meta
|
| Key_Minus = PySide.QtCore.Qt.Key.Key_Minus
|
| Key_Mode_switch = PySide.QtCore.Qt.Key.Key_Mode_switch
|
| Key_MonBrightnessDown = PySide.QtCore.Qt.Key.Key_MonBrightnessDown
|
| Key_MonBrightnessUp = PySide.QtCore.Qt.Key.Key_MonBrightnessUp
|
| Key_Muhenkan = PySide.QtCore.Qt.Key.Key_Muhenkan
|
| Key_Multi_key = PySide.QtCore.Qt.Key.Key_Multi_key
|
| Key_MultipleCandidate = PySide.QtCore.Qt.Key.Key_MultipleCandidate
|
| Key_Music = PySide.QtCore.Qt.Key.Key_Music
|
| Key_MySites = PySide.QtCore.Qt.Key.Key_MySites
|
| Key_N = PySide.QtCore.Qt.Key.Key_N
|
| Key_News = PySide.QtCore.Qt.Key.Key_News
|
| Key_No = PySide.QtCore.Qt.Key.Key_No
|
| Key_Ntilde = PySide.QtCore.Qt.Key.Key_Ntilde
|
| Key_NumLock = PySide.QtCore.Qt.Key.Key_NumLock
|
| Key_NumberSign = PySide.QtCore.Qt.Key.Key_NumberSign
|
| Key_O = PySide.QtCore.Qt.Key.Key_O
|
| Key_Oacute = PySide.QtCore.Qt.Key.Key_Oacute
|
| Key_Ocircumflex = PySide.QtCore.Qt.Key.Key_Ocircumflex
|
| Key_Odiaeresis = PySide.QtCore.Qt.Key.Key_Odiaeresis
|
| Key_OfficeHome = PySide.QtCore.Qt.Key.Key_OfficeHome
|
| Key_Ograve = PySide.QtCore.Qt.Key.Key_Ograve
|
| Key_Ooblique = PySide.QtCore.Qt.Key.Key_Ooblique
|
| Key_OpenUrl = PySide.QtCore.Qt.Key.Key_OpenUrl
|
| Key_Option = PySide.QtCore.Qt.Key.Key_Option
|
| Key_Otilde = PySide.QtCore.Qt.Key.Key_Otilde
|
| Key_P = PySide.QtCore.Qt.Key.Key_P
|
| Key_PageDown = PySide.QtCore.Qt.Key.Key_PageDown
|
| Key_PageUp = PySide.QtCore.Qt.Key.Key_PageUp
|
| Key_ParenLeft = PySide.QtCore.Qt.Key.Key_ParenLeft
|
| Key_ParenRight = PySide.QtCore.Qt.Key.Key_ParenRight
|
| Key_Paste = PySide.QtCore.Qt.Key.Key_Paste
|
| Key_Pause = PySide.QtCore.Qt.Key.Key_Pause
|
| Key_Percent = PySide.QtCore.Qt.Key.Key_Percent
|
| Key_Period = PySide.QtCore.Qt.Key.Key_Period
|
| Key_Phone = PySide.QtCore.Qt.Key.Key_Phone
|
| Key_Pictures = PySide.QtCore.Qt.Key.Key_Pictures
|
| Key_Play = PySide.QtCore.Qt.Key.Key_Play
|
| Key_Plus = PySide.QtCore.Qt.Key.Key_Plus
|
| Key_PowerDown = PySide.QtCore.Qt.Key.Key_PowerDown
|
| Key_PowerOff = PySide.QtCore.Qt.Key.Key_PowerOff
|
| Key_PreviousCandidate = PySide.QtCore.Qt.Key.Key_PreviousCandidate
|
| Key_Print = PySide.QtCore.Qt.Key.Key_Print
|
| Key_Printer = PySide.QtCore.Qt.Key.Key_Printer
|
| Key_Q = PySide.QtCore.Qt.Key.Key_Q
|
| Key_Question = PySide.QtCore.Qt.Key.Key_Question
|
| Key_QuoteDbl = PySide.QtCore.Qt.Key.Key_QuoteDbl
|
| Key_QuoteLeft = PySide.QtCore.Qt.Key.Key_QuoteLeft
|
| Key_R = PySide.QtCore.Qt.Key.Key_R
|
| Key_Refresh = PySide.QtCore.Qt.Key.Key_Refresh
|
| Key_Reload = PySide.QtCore.Qt.Key.Key_Reload
|
| Key_Reply = PySide.QtCore.Qt.Key.Key_Reply
|
| Key_Return = PySide.QtCore.Qt.Key.Key_Return
|
| Key_Right = PySide.QtCore.Qt.Key.Key_Right
|
| Key_Romaji = PySide.QtCore.Qt.Key.Key_Romaji
|
| Key_RotateWindows = PySide.QtCore.Qt.Key.Key_RotateWindows
|
| Key_RotationKB = PySide.QtCore.Qt.Key.Key_RotationKB
|
| Key_RotationPB = PySide.QtCore.Qt.Key.Key_RotationPB
|
| Key_S = PySide.QtCore.Qt.Key.Key_S
|
| Key_Save = PySide.QtCore.Qt.Key.Key_Save
|
| Key_ScreenSaver = PySide.QtCore.Qt.Key.Key_ScreenSaver
|
| Key_ScrollLock = PySide.QtCore.Qt.Key.Key_ScrollLock
|
| Key_Search = PySide.QtCore.Qt.Key.Key_Search
|
| Key_Select = PySide.QtCore.Qt.Key.Key_Select
|
| Key_Semicolon = PySide.QtCore.Qt.Key.Key_Semicolon
|
| Key_Send = PySide.QtCore.Qt.Key.Key_Send
|
| Key_Shift = PySide.QtCore.Qt.Key.Key_Shift
|
| Key_Shop = PySide.QtCore.Qt.Key.Key_Shop
|
| Key_SingleCandidate = PySide.QtCore.Qt.Key.Key_SingleCandidate
|
| Key_Slash = PySide.QtCore.Qt.Key.Key_Slash
|
| Key_Sleep = PySide.QtCore.Qt.Key.Key_Sleep
|
| Key_Space = PySide.QtCore.Qt.Key.Key_Space
|
| Key_Spell = PySide.QtCore.Qt.Key.Key_Spell
|
| Key_SplitScreen = PySide.QtCore.Qt.Key.Key_SplitScreen
|
| Key_Standby = PySide.QtCore.Qt.Key.Key_Standby
|
| Key_Stop = PySide.QtCore.Qt.Key.Key_Stop
|
| Key_Subtitle = PySide.QtCore.Qt.Key.Key_Subtitle
|
| Key_Super_L = PySide.QtCore.Qt.Key.Key_Super_L
|
| Key_Super_R = PySide.QtCore.Qt.Key.Key_Super_R
|
| Key_Support = PySide.QtCore.Qt.Key.Key_Support
|
| Key_Suspend = PySide.QtCore.Qt.Key.Key_Suspend
|
| Key_SysReq = PySide.QtCore.Qt.Key.Key_SysReq
|
| Key_T = PySide.QtCore.Qt.Key.Key_T
|
| Key_THORN = PySide.QtCore.Qt.Key.Key_THORN
|
| Key_Tab = PySide.QtCore.Qt.Key.Key_Tab
|
| Key_TaskPane = PySide.QtCore.Qt.Key.Key_TaskPane
|
| Key_Terminal = PySide.QtCore.Qt.Key.Key_Terminal
|
| Key_Time = PySide.QtCore.Qt.Key.Key_Time
|
| Key_ToDoList = PySide.QtCore.Qt.Key.Key_ToDoList
|
| Key_ToggleCallHangup = PySide.QtCore.Qt.Key.Key_ToggleCallHangup
|
| Key_Tools = PySide.QtCore.Qt.Key.Key_Tools
|
| Key_TopMenu = PySide.QtCore.Qt.Key.Key_TopMenu
|
| Key_Touroku = PySide.QtCore.Qt.Key.Key_Touroku
|
| Key_Travel = PySide.QtCore.Qt.Key.Key_Travel
|
| Key_TrebleDown = PySide.QtCore.Qt.Key.Key_TrebleDown
|
| Key_TrebleUp = PySide.QtCore.Qt.Key.Key_TrebleUp
|
| Key_U = PySide.QtCore.Qt.Key.Key_U
|
| Key_UWB = PySide.QtCore.Qt.Key.Key_UWB
|
| Key_Uacute = PySide.QtCore.Qt.Key.Key_Uacute
|
| Key_Ucircumflex = PySide.QtCore.Qt.Key.Key_Ucircumflex
|
| Key_Udiaeresis = PySide.QtCore.Qt.Key.Key_Udiaeresis
|
| Key_Ugrave = PySide.QtCore.Qt.Key.Key_Ugrave
|
| Key_Underscore = PySide.QtCore.Qt.Key.Key_Underscore
|
| Key_Up = PySide.QtCore.Qt.Key.Key_Up
|
| Key_V = PySide.QtCore.Qt.Key.Key_V
|
| Key_Video = PySide.QtCore.Qt.Key.Key_Video
|
| Key_View = PySide.QtCore.Qt.Key.Key_View
|
| Key_VoiceDial = PySide.QtCore.Qt.Key.Key_VoiceDial
|
| Key_VolumeDown = PySide.QtCore.Qt.Key.Key_VolumeDown
|
| Key_VolumeMute = PySide.QtCore.Qt.Key.Key_VolumeMute
|
| Key_VolumeUp = PySide.QtCore.Qt.Key.Key_VolumeUp
|
| Key_W = PySide.QtCore.Qt.Key.Key_W
|
| Key_WLAN = PySide.QtCore.Qt.Key.Key_WLAN
|
| Key_WWW = PySide.QtCore.Qt.Key.Key_WWW
|
| Key_WakeUp = PySide.QtCore.Qt.Key.Key_WakeUp
|
| Key_WebCam = PySide.QtCore.Qt.Key.Key_WebCam
|
| Key_Word = PySide.QtCore.Qt.Key.Key_Word
|
| Key_X = PySide.QtCore.Qt.Key.Key_X
|
| Key_Xfer = PySide.QtCore.Qt.Key.Key_Xfer
|
| Key_Y = PySide.QtCore.Qt.Key.Key_Y
|
| Key_Yacute = PySide.QtCore.Qt.Key.Key_Yacute
|
| Key_Yes = PySide.QtCore.Qt.Key.Key_Yes
|
| Key_Z = PySide.QtCore.Qt.Key.Key_Z
|
| Key_Zenkaku = PySide.QtCore.Qt.Key.Key_Zenkaku
|
| Key_Zenkaku_Hankaku = PySide.QtCore.Qt.Key.Key_Zenkaku_Hankaku
|
| Key_Zoom = PySide.QtCore.Qt.Key.Key_Zoom
|
| Key_ZoomIn = PySide.QtCore.Qt.Key.Key_ZoomIn
|
| Key_ZoomOut = PySide.QtCore.Qt.Key.Key_ZoomOut
|
| Key_acute = PySide.QtCore.Qt.Key.Key_acute
|
| Key_brokenbar = PySide.QtCore.Qt.Key.Key_brokenbar
|
| Key_cedilla = PySide.QtCore.Qt.Key.Key_cedilla
|
| Key_cent = PySide.QtCore.Qt.Key.Key_cent
|
| Key_copyright = PySide.QtCore.Qt.Key.Key_copyright
|
| Key_currency = PySide.QtCore.Qt.Key.Key_currency
|
| Key_degree = PySide.QtCore.Qt.Key.Key_degree
|
| Key_diaeresis = PySide.QtCore.Qt.Key.Key_diaeresis
|
| Key_division = PySide.QtCore.Qt.Key.Key_division
|
| Key_exclamdown = PySide.QtCore.Qt.Key.Key_exclamdown
|
| Key_guillemotleft = PySide.QtCore.Qt.Key.Key_guillemotleft
|
| Key_guillemotright = PySide.QtCore.Qt.Key.Key_guillemotright
|
| Key_hyphen = PySide.QtCore.Qt.Key.Key_hyphen
|
| Key_iTouch = PySide.QtCore.Qt.Key.Key_iTouch
|
| Key_macron = PySide.QtCore.Qt.Key.Key_macron
|
| Key_masculine = PySide.QtCore.Qt.Key.Key_masculine
|
| Key_mu = PySide.QtCore.Qt.Key.Key_mu
|
| Key_multiply = PySide.QtCore.Qt.Key.Key_multiply
|
| Key_nobreakspace = PySide.QtCore.Qt.Key.Key_nobreakspace
|
| Key_notsign = PySide.QtCore.Qt.Key.Key_notsign
|
| Key_onehalf = PySide.QtCore.Qt.Key.Key_onehalf
|
| Key_onequarter = PySide.QtCore.Qt.Key.Key_onequarter
|
| Key_onesuperior = PySide.QtCore.Qt.Key.Key_onesuperior
|
| Key_ordfeminine = PySide.QtCore.Qt.Key.Key_ordfeminine
|
| Key_paragraph = PySide.QtCore.Qt.Key.Key_paragraph
|
| Key_periodcentered = PySide.QtCore.Qt.Key.Key_periodcentered
|
| Key_plusminus = PySide.QtCore.Qt.Key.Key_plusminus
|
| Key_questiondown = PySide.QtCore.Qt.Key.Key_questiondown
|
| Key_registered = PySide.QtCore.Qt.Key.Key_registered
|
| Key_section = PySide.QtCore.Qt.Key.Key_section
|
| Key_ssharp = PySide.QtCore.Qt.Key.Key_ssharp
|
| Key_sterling = PySide.QtCore.Qt.Key.Key_sterling
|
| Key_threequarters = PySide.QtCore.Qt.Key.Key_threequarters
|
| Key_threesuperior = PySide.QtCore.Qt.Key.Key_threesuperior
|
| Key_twosuperior = PySide.QtCore.Qt.Key.Key_twosuperior
|
| Key_unknown = PySide.QtCore.Qt.Key.Key_unknown
|
| Key_ydiaeresis = PySide.QtCore.Qt.Key.Key_ydiaeresis
|
| Key_yen = PySide.QtCore.Qt.Key.Key_yen
|
| KeyboardModifier = <type 'PySide.QtCore.Qt.KeyboardModifier'>
|
|
| KeyboardModifierMask = PySide.QtCore.Qt.KeyboardModifier.KeyboardModif...
|
| KeyboardModifiers = <type 'KeyboardModifiers'>
|
|
| KeypadModifier = PySide.QtCore.Qt.KeyboardModifier.KeypadModifier
|
| LastCursor = PySide.QtCore.Qt.CursorShape.LastCursor
|
| LastGestureType = PySide.QtCore.Qt.GestureType.LastGestureType
|
| LayoutDirection = <type 'PySide.QtCore.Qt.LayoutDirection'>
|
|
| LayoutDirectionAuto = PySide.QtCore.Qt.LayoutDirection.LayoutDirection...
|
| LeftArrow = PySide.QtCore.Qt.ArrowType.LeftArrow
|
| LeftButton = PySide.QtCore.Qt.MouseButton.LeftButton
|
| LeftDockWidgetArea = PySide.QtCore.Qt.DockWidgetArea.LeftDockWidgetAre...
|
| LeftSection = PySide.QtCore.Qt.WindowFrameSection.LeftSection
|
| LeftToRight = PySide.QtCore.Qt.LayoutDirection.LeftToRight
|
| LeftToolBarArea = PySide.QtCore.Qt.ToolBarArea.LeftToolBarArea
|
| LinearGradientPattern = PySide.QtCore.Qt.BrushStyle.LinearGradientPatt...
|
| LinkAction = PySide.QtCore.Qt.DropAction.LinkAction
|
| LinksAccessibleByKeyboard = PySide.QtCore.Qt.TextInteractionFlag.Links...
|
| LinksAccessibleByMouse = PySide.QtCore.Qt.TextInteractionFlag.LinksAcc...
|
| LocalDate = PySide.QtCore.Qt.DateFormat.LocalDate
|
| LocalTime = PySide.QtCore.Qt.TimeSpec.LocalTime
|
| LocaleDate = PySide.QtCore.Qt.DateFormat.LocaleDate
|
| LogText = PySide.QtCore.Qt.TextFormat.LogText
|
| LogicalCoordinates = PySide.QtCore.Qt.CoordinateSystem.LogicalCoordina...
|
| LogicalMoveStyle = PySide.QtCore.Qt.CursorMoveStyle.LogicalMoveStyle
|
| LowEventPriority = PySide.QtCore.Qt.EventPriority.LowEventPriority
|
| META = PySide.QtCore.Qt.Modifier.META
|
| MODIFIER_MASK = PySide.QtCore.Qt.Modifier.MODIFIER_MASK
|
| MPenCapStyle = PySide.QtCore.Qt.PenCapStyle.MPenCapStyle
|
| MPenJoinStyle = PySide.QtCore.Qt.PenJoinStyle.MPenJoinStyle
|
| MPenStyle = PySide.QtCore.Qt.PenStyle.MPenStyle
|
| MSWindowsFixedSizeDialogHint = PySide.QtCore.Qt.WindowType.MSWindowsFi...
|
| MSWindowsOwnDC = PySide.QtCore.Qt.WindowType.MSWindowsOwnDC
|
| MacWindowToolBarButtonHint = PySide.QtCore.Qt.WindowType.MacWindowTool...
|
| MaskInColor = PySide.QtCore.Qt.MaskMode.MaskInColor
|
| MaskMode = <type 'PySide.QtCore.Qt.MaskMode'>
|
|
| MaskOutColor = PySide.QtCore.Qt.MaskMode.MaskOutColor
|
| MatchCaseSensitive = PySide.QtCore.Qt.MatchFlag.MatchCaseSensitive
|
| MatchContains = PySide.QtCore.Qt.MatchFlag.MatchContains
|
| MatchEndsWith = PySide.QtCore.Qt.MatchFlag.MatchEndsWith
|
| MatchExactly = PySide.QtCore.Qt.MatchFlag.MatchExactly
|
| MatchFixedString = PySide.QtCore.Qt.MatchFlag.MatchFixedString
|
| MatchFlag = <type 'PySide.QtCore.Qt.MatchFlag'>
|
|
| MatchFlags = <type 'MatchFlags'>
|
|
| MatchRecursive = PySide.QtCore.Qt.MatchFlag.MatchRecursive
|
| MatchRegExp = PySide.QtCore.Qt.MatchFlag.MatchRegExp
|
| MatchStartsWith = PySide.QtCore.Qt.MatchFlag.MatchStartsWith
|
| MatchWildcard = PySide.QtCore.Qt.MatchFlag.MatchWildcard
|
| MatchWrap = PySide.QtCore.Qt.MatchFlag.MatchWrap
|
| MaximumSize = PySide.QtCore.Qt.SizeHint.MaximumSize
|
| MenuBarFocusReason = PySide.QtCore.Qt.FocusReason.MenuBarFocusReason
|
| MetaModifier = PySide.QtCore.Qt.KeyboardModifier.MetaModifier
|
| MidButton = PySide.QtCore.Qt.MouseButton.MidButton
|
| MiddleButton = PySide.QtCore.Qt.MouseButton.MiddleButton
|
| MinimumDescent = PySide.QtCore.Qt.SizeHint.MinimumDescent
|
| MinimumSize = PySide.QtCore.Qt.SizeHint.MinimumSize
|
| MiterJoin = PySide.QtCore.Qt.PenJoinStyle.MiterJoin
|
| Modifier = <type 'PySide.QtCore.Qt.Modifier'>
|
|
| Monday = PySide.QtCore.Qt.DayOfWeek.Monday
|
| MonoOnly = PySide.QtCore.Qt.ImageConversionFlag.MonoOnly
|
| MouseButton = <type 'PySide.QtCore.Qt.MouseButton'>
|
|
| MouseButtonMask = PySide.QtCore.Qt.MouseButton.MouseButtonMask
|
| MouseButtons = <type 'MouseButtons'>
|
|
| MouseFocusReason = PySide.QtCore.Qt.FocusReason.MouseFocusReason
|
| MoveAction = PySide.QtCore.Qt.DropAction.MoveAction
|
| NDockWidgetAreas = PySide.QtCore.Qt.DockWidgetAreaSizes.NDockWidgetAre...
|
| NSizeHints = PySide.QtCore.Qt.SizeHint.NSizeHints
|
| NToolBarAreas = PySide.QtCore.Qt.ToolBarAreaSizes.NToolBarAreas
|
| NavigationMode = <type 'PySide.QtCore.Qt.NavigationMode'>
|
|
| NavigationModeCursorAuto = PySide.QtCore.Qt.NavigationMode.NavigationM...
|
| NavigationModeCursorForceVisible = PySide.QtCore.Qt.NavigationMode.Nav...
|
| NavigationModeKeypadDirectional = PySide.QtCore.Qt.NavigationMode.Navi...
|
| NavigationModeKeypadTabOrder = PySide.QtCore.Qt.NavigationMode.Navigat...
|
| NavigationModeNone = PySide.QtCore.Qt.NavigationMode.NavigationModeNon...
|
| NoAlpha = PySide.QtCore.Qt.ImageConversionFlag.NoAlpha
|
| NoArrow = PySide.QtCore.Qt.ArrowType.NoArrow
|
| NoBrush = PySide.QtCore.Qt.BrushStyle.NoBrush
|
| NoButton = PySide.QtCore.Qt.MouseButton.NoButton
|
| NoClip = PySide.QtCore.Qt.ClipOperation.NoClip
|
| NoContextMenu = PySide.QtCore.Qt.ContextMenuPolicy.NoContextMenu
|
| NoDockWidgetArea = PySide.QtCore.Qt.DockWidgetArea.NoDockWidgetArea
|
| NoFocus = PySide.QtCore.Qt.FocusPolicy.NoFocus
|
| NoFocusReason = PySide.QtCore.Qt.FocusReason.NoFocusReason
|
| NoFormatConversion = PySide.QtCore.Qt.ImageConversionFlag.NoFormatConv...
|
| NoGesture = PySide.QtCore.Qt.GestureState.NoGesture
|
| NoItemFlags = PySide.QtCore.Qt.ItemFlag.NoItemFlags
|
| NoModifier = PySide.QtCore.Qt.KeyboardModifier.NoModifier
|
| NoOpaqueDetection = PySide.QtCore.Qt.ImageConversionFlag.NoOpaqueDetec...
|
| NoPen = PySide.QtCore.Qt.PenStyle.NoPen
|
| NoSection = PySide.QtCore.Qt.WindowFrameSection.NoSection
|
| NoTextInteraction = PySide.QtCore.Qt.TextInteractionFlag.NoTextInterac...
|
| NoToolBarArea = PySide.QtCore.Qt.ToolBarArea.NoToolBarArea
|
| NonModal = PySide.QtCore.Qt.WindowModality.NonModal
|
| NormalEventPriority = PySide.QtCore.Qt.EventPriority.NormalEventPriori...
|
| OddEvenFill = PySide.QtCore.Qt.FillRule.OddEvenFill
|
| OffsetFromUTC = PySide.QtCore.Qt.TimeSpec.OffsetFromUTC
|
| OpaqueMode = PySide.QtCore.Qt.BGMode.OpaqueMode
|
| OpenHandCursor = PySide.QtCore.Qt.CursorShape.OpenHandCursor
|
| OrderedAlphaDither = PySide.QtCore.Qt.ImageConversionFlag.OrderedAlpha...
|
| OrderedDither = PySide.QtCore.Qt.ImageConversionFlag.OrderedDither
|
| Orientation = <type 'PySide.QtCore.Qt.Orientation'>
|
|
| Orientations = <type 'Orientations'>
|
|
| OtherFocusReason = PySide.QtCore.Qt.FocusReason.OtherFocusReason
|
| PanGesture = PySide.QtCore.Qt.GestureType.PanGesture
|
| PartiallyChecked = PySide.QtCore.Qt.CheckState.PartiallyChecked
|
| PenCapStyle = <type 'PySide.QtCore.Qt.PenCapStyle'>
|
|
| PenJoinStyle = <type 'PySide.QtCore.Qt.PenJoinStyle'>
|
|
| PenStyle = <type 'PySide.QtCore.Qt.PenStyle'>
|
|
| PinchGesture = PySide.QtCore.Qt.GestureType.PinchGesture
|
| PlainText = PySide.QtCore.Qt.TextFormat.PlainText
|
| PointingHandCursor = PySide.QtCore.Qt.CursorShape.PointingHandCursor
|
| Popup = PySide.QtCore.Qt.WindowType.Popup
|
| PopupFocusReason = PySide.QtCore.Qt.FocusReason.PopupFocusReason
|
| PreferDither = PySide.QtCore.Qt.ImageConversionFlag.PreferDither
|
| PreferredSize = PySide.QtCore.Qt.SizeHint.PreferredSize
|
| PreventContextMenu = PySide.QtCore.Qt.ContextMenuPolicy.PreventContext...
|
| QueuedConnection = PySide.QtCore.Qt.ConnectionType.QueuedConnection
|
| RadialGradientPattern = PySide.QtCore.Qt.BrushStyle.RadialGradientPatt...
|
| ReceivePartialGestures = PySide.QtCore.Qt.GestureFlag.ReceivePartialGe...
|
| RelativeSize = PySide.QtCore.Qt.SizeMode.RelativeSize
|
| RepeatTile = PySide.QtCore.Qt.TileRule.RepeatTile
|
| ReplaceClip = PySide.QtCore.Qt.ClipOperation.ReplaceClip
|
| RichText = PySide.QtCore.Qt.TextFormat.RichText
|
| RightArrow = PySide.QtCore.Qt.ArrowType.RightArrow
|
| RightButton = PySide.QtCore.Qt.MouseButton.RightButton
|
| RightDockWidgetArea = PySide.QtCore.Qt.DockWidgetArea.RightDockWidgetA...
|
| RightSection = PySide.QtCore.Qt.WindowFrameSection.RightSection
|
| RightToLeft = PySide.QtCore.Qt.LayoutDirection.RightToLeft
|
| RightToolBarArea = PySide.QtCore.Qt.ToolBarArea.RightToolBarArea
|
| RoundCap = PySide.QtCore.Qt.PenCapStyle.RoundCap
|
| RoundJoin = PySide.QtCore.Qt.PenJoinStyle.RoundJoin
|
| RoundTile = PySide.QtCore.Qt.TileRule.RoundTile
|
| SHIFT = PySide.QtCore.Qt.Modifier.SHIFT
|
| Saturday = PySide.QtCore.Qt.DayOfWeek.Saturday
|
| ScrollBarAlwaysOff = PySide.QtCore.Qt.ScrollBarPolicy.ScrollBarAlwaysO...
|
| ScrollBarAlwaysOn = PySide.QtCore.Qt.ScrollBarPolicy.ScrollBarAlwaysOn
|
| ScrollBarAsNeeded = PySide.QtCore.Qt.ScrollBarPolicy.ScrollBarAsNeeded
|
| ScrollBarPolicy = <type 'PySide.QtCore.Qt.ScrollBarPolicy'>
|
|
| Sheet = PySide.QtCore.Qt.WindowType.Sheet
|
| ShiftModifier = PySide.QtCore.Qt.KeyboardModifier.ShiftModifier
|
| ShortcutContext = <type 'PySide.QtCore.Qt.ShortcutContext'>
|
|
| ShortcutFocusReason = PySide.QtCore.Qt.FocusReason.ShortcutFocusReason
|
| SizeAllCursor = PySide.QtCore.Qt.CursorShape.SizeAllCursor
|
| SizeBDiagCursor = PySide.QtCore.Qt.CursorShape.SizeBDiagCursor
|
| SizeFDiagCursor = PySide.QtCore.Qt.CursorShape.SizeFDiagCursor
|
| SizeHint = <type 'PySide.QtCore.Qt.SizeHint'>
|
|
| SizeHintRole = PySide.QtCore.Qt.ItemDataRole.SizeHintRole
|
| SizeHorCursor = PySide.QtCore.Qt.CursorShape.SizeHorCursor
|
| SizeMode = <type 'PySide.QtCore.Qt.SizeMode'>
|
|
| SizeVerCursor = PySide.QtCore.Qt.CursorShape.SizeVerCursor
|
| SmoothTransformation = PySide.QtCore.Qt.TransformationMode.SmoothTrans...
|
| SolidLine = PySide.QtCore.Qt.PenStyle.SolidLine
|
| SolidPattern = PySide.QtCore.Qt.BrushStyle.SolidPattern
|
| SortOrder = <type 'PySide.QtCore.Qt.SortOrder'>
|
|
| SplashScreen = PySide.QtCore.Qt.WindowType.SplashScreen
|
| SplitHCursor = PySide.QtCore.Qt.CursorShape.SplitHCursor
|
| SplitVCursor = PySide.QtCore.Qt.CursorShape.SplitVCursor
|
| SquareCap = PySide.QtCore.Qt.PenCapStyle.SquareCap
|
| StatusTipPropertyRole = PySide.QtCore.Qt.ItemDataRole.StatusTipPropert...
|
| StatusTipRole = PySide.QtCore.Qt.ItemDataRole.StatusTipRole
|
| StretchTile = PySide.QtCore.Qt.TileRule.StretchTile
|
| StrongFocus = PySide.QtCore.Qt.FocusPolicy.StrongFocus
|
| SubWindow = PySide.QtCore.Qt.WindowType.SubWindow
|
| Sunday = PySide.QtCore.Qt.DayOfWeek.Sunday
|
| SvgMiterJoin = PySide.QtCore.Qt.PenJoinStyle.SvgMiterJoin
|
| SwipeGesture = PySide.QtCore.Qt.GestureType.SwipeGesture
|
| SystemLocaleDate = PySide.QtCore.Qt.DateFormat.SystemLocaleDate
|
| SystemLocaleLongDate = PySide.QtCore.Qt.DateFormat.SystemLocaleLongDat...
|
| SystemLocaleShortDate = PySide.QtCore.Qt.DateFormat.SystemLocaleShortD...
|
| TabFocus = PySide.QtCore.Qt.FocusPolicy.TabFocus
|
| TabFocusReason = PySide.QtCore.Qt.FocusReason.TabFocusReason
|
| TapAndHoldGesture = PySide.QtCore.Qt.GestureType.TapAndHoldGesture
|
| TapGesture = PySide.QtCore.Qt.GestureType.TapGesture
|
| TargetMoveAction = PySide.QtCore.Qt.DropAction.TargetMoveAction
|
| TextAlignmentRole = PySide.QtCore.Qt.ItemDataRole.TextAlignmentRole
|
| TextBrowserInteraction = PySide.QtCore.Qt.TextInteractionFlag.TextBrow...
|
| TextBypassShaping = PySide.QtCore.Qt.TextFlag.TextBypassShaping
|
| TextColorRole = PySide.QtCore.Qt.ItemDataRole.TextColorRole
|
| TextDate = PySide.QtCore.Qt.DateFormat.TextDate
|
| TextDontClip = PySide.QtCore.Qt.TextFlag.TextDontClip
|
| TextDontPrint = PySide.QtCore.Qt.TextFlag.TextDontPrint
|
| TextEditable = PySide.QtCore.Qt.TextInteractionFlag.TextEditable
|
| TextEditorInteraction = PySide.QtCore.Qt.TextInteractionFlag.TextEdito...
|
| TextElideMode = <type 'PySide.QtCore.Qt.TextElideMode'>
|
|
| TextExpandTabs = PySide.QtCore.Qt.TextFlag.TextExpandTabs
|
| TextFlag = <type 'PySide.QtCore.Qt.TextFlag'>
|
|
| TextForceLeftToRight = PySide.QtCore.Qt.TextFlag.TextForceLeftToRight
|
| TextForceRightToLeft = PySide.QtCore.Qt.TextFlag.TextForceRightToLeft
|
| TextFormat = <type 'PySide.QtCore.Qt.TextFormat'>
|
|
| TextHideMnemonic = PySide.QtCore.Qt.TextFlag.TextHideMnemonic
|
| TextIncludeTrailingSpaces = PySide.QtCore.Qt.TextFlag.TextIncludeTrail...
|
| TextInteractionFlag = <type 'PySide.QtCore.Qt.TextInteractionFlag'>
|
|
| TextInteractionFlags = <type 'TextInteractionFlags'>
|
|
| TextJustificationForced = PySide.QtCore.Qt.TextFlag.TextJustificationF...
|
| TextLongestVariant = PySide.QtCore.Qt.TextFlag.TextLongestVariant
|
| TextSelectableByKeyboard = PySide.QtCore.Qt.TextInteractionFlag.TextSe...
|
| TextSelectableByMouse = PySide.QtCore.Qt.TextInteractionFlag.TextSelec...
|
| TextShowMnemonic = PySide.QtCore.Qt.TextFlag.TextShowMnemonic
|
| TextSingleLine = PySide.QtCore.Qt.TextFlag.TextSingleLine
|
| TextWordWrap = PySide.QtCore.Qt.TextFlag.TextWordWrap
|
| TextWrapAnywhere = PySide.QtCore.Qt.TextFlag.TextWrapAnywhere
|
| TexturePattern = PySide.QtCore.Qt.BrushStyle.TexturePattern
|
| ThresholdAlphaDither = PySide.QtCore.Qt.ImageConversionFlag.ThresholdA...
|
| ThresholdDither = PySide.QtCore.Qt.ImageConversionFlag.ThresholdDither
|
| Thursday = PySide.QtCore.Qt.DayOfWeek.Thursday
|
| TileRule = <type 'PySide.QtCore.Qt.TileRule'>
|
|
| TimeSpec = <type 'PySide.QtCore.Qt.TimeSpec'>
|
|
| TitleBarArea = PySide.QtCore.Qt.WindowFrameSection.TitleBarArea
|
| Tool = PySide.QtCore.Qt.WindowType.Tool
|
| ToolBarArea = <type 'PySide.QtCore.Qt.ToolBarArea'>
|
|
| ToolBarAreaSizes = <type 'PySide.QtCore.Qt.ToolBarAreaSizes'>
|
|
| ToolBarArea_Mask = PySide.QtCore.Qt.ToolBarArea.ToolBarArea_Mask
|
| ToolBarAreas = <type 'ToolBarAreas'>
|
|
| ToolButtonFollowStyle = PySide.QtCore.Qt.ToolButtonStyle.ToolButtonFol...
|
| ToolButtonIconOnly = PySide.QtCore.Qt.ToolButtonStyle.ToolButtonIconOn...
|
| ToolButtonStyle = <type 'PySide.QtCore.Qt.ToolButtonStyle'>
|
|
| ToolButtonTextBesideIcon = PySide.QtCore.Qt.ToolButtonStyle.ToolButton...
|
| ToolButtonTextOnly = PySide.QtCore.Qt.ToolButtonStyle.ToolButtonTextOn...
|
| ToolButtonTextUnderIcon = PySide.QtCore.Qt.ToolButtonStyle.ToolButtonT...
|
| ToolTip = PySide.QtCore.Qt.WindowType.ToolTip
|
| ToolTipPropertyRole = PySide.QtCore.Qt.ItemDataRole.ToolTipPropertyRol...
|
| ToolTipRole = PySide.QtCore.Qt.ItemDataRole.ToolTipRole
|
| TopDockWidgetArea = PySide.QtCore.Qt.DockWidgetArea.TopDockWidgetArea
|
| TopLeftCorner = PySide.QtCore.Qt.Corner.TopLeftCorner
|
| TopLeftSection = PySide.QtCore.Qt.WindowFrameSection.TopLeftSection
|
| TopRightCorner = PySide.QtCore.Qt.Corner.TopRightCorner
|
| TopRightSection = PySide.QtCore.Qt.WindowFrameSection.TopRightSection
|
| TopSection = PySide.QtCore.Qt.WindowFrameSection.TopSection
|
| TopToolBarArea = PySide.QtCore.Qt.ToolBarArea.TopToolBarArea
|
| TouchPointMoved = PySide.QtCore.Qt.TouchPointState.TouchPointMoved
|
| TouchPointPressed = PySide.QtCore.Qt.TouchPointState.TouchPointPressed
|
| TouchPointPrimary = PySide.QtCore.Qt.TouchPointState.TouchPointPrimary
|
| TouchPointReleased = PySide.QtCore.Qt.TouchPointState.TouchPointReleas...
|
| TouchPointState = <type 'PySide.QtCore.Qt.TouchPointState'>
|
|
| TouchPointStateMask = PySide.QtCore.Qt.TouchPointState.TouchPointState...
|
| TouchPointStationary = PySide.QtCore.Qt.TouchPointState.TouchPointStat...
|
| TransformationMode = <type 'PySide.QtCore.Qt.TransformationMode'>
|
|
| TransparentMode = PySide.QtCore.Qt.BGMode.TransparentMode
|
| Tuesday = PySide.QtCore.Qt.DayOfWeek.Tuesday
|
| UIEffect = <type 'PySide.QtCore.Qt.UIEffect'>
|
|
| UI_AnimateCombo = PySide.QtCore.Qt.UIEffect.UI_AnimateCombo
|
| UI_AnimateMenu = PySide.QtCore.Qt.UIEffect.UI_AnimateMenu
|
| UI_AnimateToolBox = PySide.QtCore.Qt.UIEffect.UI_AnimateToolBox
|
| UI_AnimateTooltip = PySide.QtCore.Qt.UIEffect.UI_AnimateTooltip
|
| UI_FadeMenu = PySide.QtCore.Qt.UIEffect.UI_FadeMenu
|
| UI_FadeTooltip = PySide.QtCore.Qt.UIEffect.UI_FadeTooltip
|
| UI_General = PySide.QtCore.Qt.UIEffect.UI_General
|
| UNICODE_ACCEL = PySide.QtCore.Qt.Modifier.UNICODE_ACCEL
|
| UTC = PySide.QtCore.Qt.TimeSpec.UTC
|
| Unchecked = PySide.QtCore.Qt.CheckState.Unchecked
|
| UniqueConnection = PySide.QtCore.Qt.ConnectionType.UniqueConnection
|
| UniteClip = PySide.QtCore.Qt.ClipOperation.UniteClip
|
| UpArrow = PySide.QtCore.Qt.ArrowType.UpArrow
|
| UpArrowCursor = PySide.QtCore.Qt.CursorShape.UpArrowCursor
|
| UserRole = PySide.QtCore.Qt.ItemDataRole.UserRole
|
| VerPattern = PySide.QtCore.Qt.BrushStyle.VerPattern
|
| Vertical = PySide.QtCore.Qt.Orientation.Vertical
|
| VisualMoveStyle = PySide.QtCore.Qt.CursorMoveStyle.VisualMoveStyle
|
| WA_AcceptDrops = PySide.QtCore.Qt.WidgetAttribute.WA_AcceptDrops
|
| WA_AcceptTouchEvents = PySide.QtCore.Qt.WidgetAttribute.WA_AcceptTouch...
|
| WA_AlwaysShowToolTips = PySide.QtCore.Qt.WidgetAttribute.WA_AlwaysShow...
|
| WA_AttributeCount = PySide.QtCore.Qt.WidgetAttribute.WA_AttributeCount
|
| WA_AutoOrientation = PySide.QtCore.Qt.WidgetAttribute.WA_AutoOrientati...
|
| WA_CanHostQMdiSubWindowTitleBar = PySide.QtCore.Qt.WidgetAttribute.WA_...
|
| WA_ContentsPropagated = PySide.QtCore.Qt.WidgetAttribute.WA_ContentsPr...
|
| WA_CustomWhatsThis = PySide.QtCore.Qt.WidgetAttribute.WA_CustomWhatsTh...
|
| WA_DeleteOnClose = PySide.QtCore.Qt.WidgetAttribute.WA_DeleteOnClose
|
| WA_Disabled = PySide.QtCore.Qt.WidgetAttribute.WA_Disabled
|
| WA_DontCreateNativeAncestors = PySide.QtCore.Qt.WidgetAttribute.WA_Don...
|
| WA_DontShowOnScreen = PySide.QtCore.Qt.WidgetAttribute.WA_DontShowOnSc...
|
| WA_DropSiteRegistered = PySide.QtCore.Qt.WidgetAttribute.WA_DropSiteRe...
|
| WA_ForceAcceptDrops = PySide.QtCore.Qt.WidgetAttribute.WA_ForceAcceptD...
|
| WA_ForceDisabled = PySide.QtCore.Qt.WidgetAttribute.WA_ForceDisabled
|
| WA_ForceUpdatesDisabled = PySide.QtCore.Qt.WidgetAttribute.WA_ForceUpd...
|
| WA_GrabbedShortcut = PySide.QtCore.Qt.WidgetAttribute.WA_GrabbedShortc...
|
| WA_GroupLeader = PySide.QtCore.Qt.WidgetAttribute.WA_GroupLeader
|
| WA_Hover = PySide.QtCore.Qt.WidgetAttribute.WA_Hover
|
| WA_InputMethodEnabled = PySide.QtCore.Qt.WidgetAttribute.WA_InputMetho...
|
| WA_InputMethodTransparent = PySide.QtCore.Qt.WidgetAttribute.WA_InputM...
|
| WA_InvalidSize = PySide.QtCore.Qt.WidgetAttribute.WA_InvalidSize
|
| WA_KeyCompression = PySide.QtCore.Qt.WidgetAttribute.WA_KeyCompression
|
| WA_KeyboardFocusChange = PySide.QtCore.Qt.WidgetAttribute.WA_KeyboardF...
|
| WA_LaidOut = PySide.QtCore.Qt.WidgetAttribute.WA_LaidOut
|
| WA_LayoutOnEntireRect = PySide.QtCore.Qt.WidgetAttribute.WA_LayoutOnEn...
|
| WA_LayoutUsesWidgetRect = PySide.QtCore.Qt.WidgetAttribute.WA_LayoutUs...
|
| WA_LockLandscapeOrientation = PySide.QtCore.Qt.WidgetAttribute.WA_Lock...
|
| WA_LockPortraitOrientation = PySide.QtCore.Qt.WidgetAttribute.WA_LockP...
|
| WA_MSWindowsUseDirect3D = PySide.QtCore.Qt.WidgetAttribute.WA_MSWindow...
|
| WA_MacAlwaysShowToolWindow = PySide.QtCore.Qt.WidgetAttribute.WA_MacAl...
|
| WA_MacBrushedMetal = PySide.QtCore.Qt.WidgetAttribute.WA_MacBrushedMet...
|
| WA_MacFrameworkScaled = PySide.QtCore.Qt.WidgetAttribute.WA_MacFramewo...
|
| WA_MacMetalStyle = PySide.QtCore.Qt.WidgetAttribute.WA_MacMetalStyle
|
| WA_MacMiniSize = PySide.QtCore.Qt.WidgetAttribute.WA_MacMiniSize
|
| WA_MacNoClickThrough = PySide.QtCore.Qt.WidgetAttribute.WA_MacNoClickT...
|
| WA_MacNoShadow = PySide.QtCore.Qt.WidgetAttribute.WA_MacNoShadow
|
| WA_MacNormalSize = PySide.QtCore.Qt.WidgetAttribute.WA_MacNormalSize
|
| WA_MacOpaqueSizeGrip = PySide.QtCore.Qt.WidgetAttribute.WA_MacOpaqueSi...
|
| WA_MacShowFocusRect = PySide.QtCore.Qt.WidgetAttribute.WA_MacShowFocus...
|
| WA_MacSmallSize = PySide.QtCore.Qt.WidgetAttribute.WA_MacSmallSize
|
| WA_MacVariableSize = PySide.QtCore.Qt.WidgetAttribute.WA_MacVariableSi...
|
| WA_Mapped = PySide.QtCore.Qt.WidgetAttribute.WA_Mapped
|
| WA_MergeSoftkeys = PySide.QtCore.Qt.WidgetAttribute.WA_MergeSoftkeys
|
| WA_MergeSoftkeysRecursively = PySide.QtCore.Qt.WidgetAttribute.WA_Merg...
|
| WA_MouseNoMask = PySide.QtCore.Qt.WidgetAttribute.WA_MouseNoMask
|
| WA_MouseTracking = PySide.QtCore.Qt.WidgetAttribute.WA_MouseTracking
|
| WA_Moved = PySide.QtCore.Qt.WidgetAttribute.WA_Moved
|
| WA_NativeWindow = PySide.QtCore.Qt.WidgetAttribute.WA_NativeWindow
|
| WA_NoBackground = PySide.QtCore.Qt.WidgetAttribute.WA_NoBackground
|
| WA_NoChildEventsForParent = PySide.QtCore.Qt.WidgetAttribute.WA_NoChil...
|
| WA_NoChildEventsFromChildren = PySide.QtCore.Qt.WidgetAttribute.WA_NoC...
|
| WA_NoMousePropagation = PySide.QtCore.Qt.WidgetAttribute.WA_NoMousePro...
|
| WA_NoMouseReplay = PySide.QtCore.Qt.WidgetAttribute.WA_NoMouseReplay
|
| WA_NoSystemBackground = PySide.QtCore.Qt.WidgetAttribute.WA_NoSystemBa...
|
| WA_NoX11EventCompression = PySide.QtCore.Qt.WidgetAttribute.WA_NoX11Ev...
|
| WA_OpaquePaintEvent = PySide.QtCore.Qt.WidgetAttribute.WA_OpaquePaintE...
|
| WA_OutsideWSRange = PySide.QtCore.Qt.WidgetAttribute.WA_OutsideWSRange
|
| WA_PaintOnScreen = PySide.QtCore.Qt.WidgetAttribute.WA_PaintOnScreen
|
| WA_PaintOutsidePaintEvent = PySide.QtCore.Qt.WidgetAttribute.WA_PaintO...
|
| WA_PaintUnclipped = PySide.QtCore.Qt.WidgetAttribute.WA_PaintUnclipped
|
| WA_PendingMoveEvent = PySide.QtCore.Qt.WidgetAttribute.WA_PendingMoveE...
|
| WA_PendingResizeEvent = PySide.QtCore.Qt.WidgetAttribute.WA_PendingRes...
|
| WA_PendingUpdate = PySide.QtCore.Qt.WidgetAttribute.WA_PendingUpdate
|
| WA_QuitOnClose = PySide.QtCore.Qt.WidgetAttribute.WA_QuitOnClose
|
| WA_Resized = PySide.QtCore.Qt.WidgetAttribute.WA_Resized
|
| WA_RightToLeft = PySide.QtCore.Qt.WidgetAttribute.WA_RightToLeft
|
| WA_SetCursor = PySide.QtCore.Qt.WidgetAttribute.WA_SetCursor
|
| WA_SetFont = PySide.QtCore.Qt.WidgetAttribute.WA_SetFont
|
| WA_SetLayoutDirection = PySide.QtCore.Qt.WidgetAttribute.WA_SetLayoutD...
|
| WA_SetLocale = PySide.QtCore.Qt.WidgetAttribute.WA_SetLocale
|
| WA_SetPalette = PySide.QtCore.Qt.WidgetAttribute.WA_SetPalette
|
| WA_SetStyle = PySide.QtCore.Qt.WidgetAttribute.WA_SetStyle
|
| WA_SetWindowIcon = PySide.QtCore.Qt.WidgetAttribute.WA_SetWindowIcon
|
| WA_SetWindowModality = PySide.QtCore.Qt.WidgetAttribute.WA_SetWindowMo...
|
| WA_ShowModal = PySide.QtCore.Qt.WidgetAttribute.WA_ShowModal
|
| WA_ShowWithoutActivating = PySide.QtCore.Qt.WidgetAttribute.WA_ShowWit...
|
| WA_StaticContents = PySide.QtCore.Qt.WidgetAttribute.WA_StaticContents
|
| WA_StyleSheet = PySide.QtCore.Qt.WidgetAttribute.WA_StyleSheet
|
| WA_StyledBackground = PySide.QtCore.Qt.WidgetAttribute.WA_StyledBackgr...
|
| WA_SymbianNoSystemRotation = PySide.QtCore.Qt.WidgetAttribute.WA_Symbi...
|
| WA_TintedBackground = PySide.QtCore.Qt.WidgetAttribute.WA_TintedBackgr...
|
| WA_TouchPadAcceptSingleTouchEvents = PySide.QtCore.Qt.WidgetAttribute....
|
| WA_TranslucentBackground = PySide.QtCore.Qt.WidgetAttribute.WA_Translu...
|
| WA_TransparentForMouseEvents = PySide.QtCore.Qt.WidgetAttribute.WA_Tra...
|
| WA_UnderMouse = PySide.QtCore.Qt.WidgetAttribute.WA_UnderMouse
|
| WA_UpdatesDisabled = PySide.QtCore.Qt.WidgetAttribute.WA_UpdatesDisabl...
|
| WA_WState_AcceptedTouchBeginEvent = PySide.QtCore.Qt.WidgetAttribute.W...
|
| WA_WState_CompressKeys = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Co...
|
| WA_WState_ConfigPending = PySide.QtCore.Qt.WidgetAttribute.WA_WState_C...
|
| WA_WState_Created = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Created
|
| WA_WState_DND = PySide.QtCore.Qt.WidgetAttribute.WA_WState_DND
|
| WA_WState_ExplicitShowHide = PySide.QtCore.Qt.WidgetAttribute.WA_WStat...
|
| WA_WState_Hidden = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Hidden
|
| WA_WState_InPaintEvent = PySide.QtCore.Qt.WidgetAttribute.WA_WState_In...
|
| WA_WState_OwnSizePolicy = PySide.QtCore.Qt.WidgetAttribute.WA_WState_O...
|
| WA_WState_Polished = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Polish...
|
| WA_WState_Reparented = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Repa...
|
| WA_WState_Visible = PySide.QtCore.Qt.WidgetAttribute.WA_WState_Visible
|
| WA_WState_WindowOpacitySet = PySide.QtCore.Qt.WidgetAttribute.WA_WStat...
|
| WA_WindowModified = PySide.QtCore.Qt.WidgetAttribute.WA_WindowModified
|
| WA_WindowPropagation = PySide.QtCore.Qt.WidgetAttribute.WA_WindowPropa...
|
| WA_X11BypassTransientForHint = PySide.QtCore.Qt.WidgetAttribute.WA_X11...
|
| WA_X11DoNotAcceptFocus = PySide.QtCore.Qt.WidgetAttribute.WA_X11DoNotA...
|
| WA_X11NetWmWindowTypeCombo = PySide.QtCore.Qt.WidgetAttribute.WA_X11Ne...
|
| WA_X11NetWmWindowTypeDND = PySide.QtCore.Qt.WidgetAttribute.WA_X11NetW...
|
| WA_X11NetWmWindowTypeDesktop = PySide.QtCore.Qt.WidgetAttribute.WA_X11...
|
| WA_X11NetWmWindowTypeDialog = PySide.QtCore.Qt.WidgetAttribute.WA_X11N...
|
| WA_X11NetWmWindowTypeDock = PySide.QtCore.Qt.WidgetAttribute.WA_X11Net...
|
| WA_X11NetWmWindowTypeDropDownMenu = PySide.QtCore.Qt.WidgetAttribute.W...
|
| WA_X11NetWmWindowTypeMenu = PySide.QtCore.Qt.WidgetAttribute.WA_X11Net...
|
| WA_X11NetWmWindowTypeNotification = PySide.QtCore.Qt.WidgetAttribute.W...
|
| WA_X11NetWmWindowTypePopupMenu = PySide.QtCore.Qt.WidgetAttribute.WA_X...
|
| WA_X11NetWmWindowTypeSplash = PySide.QtCore.Qt.WidgetAttribute.WA_X11N...
|
| WA_X11NetWmWindowTypeToolBar = PySide.QtCore.Qt.WidgetAttribute.WA_X11...
|
| WA_X11NetWmWindowTypeToolTip = PySide.QtCore.Qt.WidgetAttribute.WA_X11...
|
| WA_X11NetWmWindowTypeUtility = PySide.QtCore.Qt.WidgetAttribute.WA_X11...
|
| WA_X11OpenGLOverlay = PySide.QtCore.Qt.WidgetAttribute.WA_X11OpenGLOve...
|
| WaitCursor = PySide.QtCore.Qt.CursorShape.WaitCursor
|
| Wednesday = PySide.QtCore.Qt.DayOfWeek.Wednesday
|
| WhatsThisCursor = PySide.QtCore.Qt.CursorShape.WhatsThisCursor
|
| WhatsThisPropertyRole = PySide.QtCore.Qt.ItemDataRole.WhatsThisPropert...
|
| WhatsThisRole = PySide.QtCore.Qt.ItemDataRole.WhatsThisRole
|
| WheelFocus = PySide.QtCore.Qt.FocusPolicy.WheelFocus
|
| WhiteSpaceMode = <type 'PySide.QtCore.Qt.WhiteSpaceMode'>
|
|
| WhiteSpaceModeUndefined = PySide.QtCore.Qt.WhiteSpaceMode.WhiteSpaceMo...
|
| WhiteSpaceNoWrap = PySide.QtCore.Qt.WhiteSpaceMode.WhiteSpaceNoWrap
|
| WhiteSpaceNormal = PySide.QtCore.Qt.WhiteSpaceMode.WhiteSpaceNormal
|
| WhiteSpacePre = PySide.QtCore.Qt.WhiteSpaceMode.WhiteSpacePre
|
| Widget = PySide.QtCore.Qt.WindowType.Widget
|
| WidgetAttribute = <type 'PySide.QtCore.Qt.WidgetAttribute'>
|
|
| WidgetShortcut = PySide.QtCore.Qt.ShortcutContext.WidgetShortcut
|
| WidgetWithChildrenShortcut = PySide.QtCore.Qt.ShortcutContext.WidgetWi...
|
| WindingFill = PySide.QtCore.Qt.FillRule.WindingFill
|
| Window = PySide.QtCore.Qt.WindowType.Window
|
| WindowActive = PySide.QtCore.Qt.WindowState.WindowActive
|
| WindowCancelButtonHint = PySide.QtCore.Qt.WindowType.WindowCancelButto...
|
| WindowCloseButtonHint = PySide.QtCore.Qt.WindowType.WindowCloseButtonH...
|
| WindowContextHelpButtonHint = PySide.QtCore.Qt.WindowType.WindowContex...
|
| WindowFlags = <type 'WindowFlags'>
|
|
| WindowFrameSection = <type 'PySide.QtCore.Qt.WindowFrameSection'>
|
|
| WindowFullScreen = PySide.QtCore.Qt.WindowState.WindowFullScreen
|
| WindowMaximizeButtonHint = PySide.QtCore.Qt.WindowType.WindowMaximizeB...
|
| WindowMaximized = PySide.QtCore.Qt.WindowState.WindowMaximized
|
| WindowMinMaxButtonsHint = PySide.QtCore.Qt.WindowType.WindowMinMaxButt...
|
| WindowMinimizeButtonHint = PySide.QtCore.Qt.WindowType.WindowMinimizeB...
|
| WindowMinimized = PySide.QtCore.Qt.WindowState.WindowMinimized
|
| WindowModal = PySide.QtCore.Qt.WindowModality.WindowModal
|
| WindowModality = <type 'PySide.QtCore.Qt.WindowModality'>
|
|
| WindowNoState = PySide.QtCore.Qt.WindowState.WindowNoState
|
| WindowOkButtonHint = PySide.QtCore.Qt.WindowType.WindowOkButtonHint
|
| WindowShadeButtonHint = PySide.QtCore.Qt.WindowType.WindowShadeButtonH...
|
| WindowShortcut = PySide.QtCore.Qt.ShortcutContext.WindowShortcut
|
| WindowSoftkeysRespondHint = PySide.QtCore.Qt.WindowType.WindowSoftkeys...
|
| WindowSoftkeysVisibleHint = PySide.QtCore.Qt.WindowType.WindowSoftkeys...
|
| WindowState = <type 'PySide.QtCore.Qt.WindowState'>
|
|
| WindowStates = <type 'WindowStates'>
|
|
| WindowStaysOnBottomHint = PySide.QtCore.Qt.WindowType.WindowStaysOnBot...
|
| WindowStaysOnTopHint = PySide.QtCore.Qt.WindowType.WindowStaysOnTopHin...
|
| WindowSystemMenuHint = PySide.QtCore.Qt.WindowType.WindowSystemMenuHin...
|
| WindowTitleHint = PySide.QtCore.Qt.WindowType.WindowTitleHint
|
| WindowType = <type 'PySide.QtCore.Qt.WindowType'>
|
|
| WindowType_Mask = PySide.QtCore.Qt.WindowType.WindowType_Mask
|
| X11BypassWindowManagerHint = PySide.QtCore.Qt.WindowType.X11BypassWind...
|
| XAxis = PySide.QtCore.Qt.Axis.XAxis
|
| XButton1 = PySide.QtCore.Qt.MouseButton.XButton1
|
| XButton2 = PySide.QtCore.Qt.MouseButton.XButton2
|
| YAxis = PySide.QtCore.Qt.Axis.YAxis
|
| ZAxis = PySide.QtCore.Qt.Axis.ZAxis
|
| black = PySide.QtCore.Qt.GlobalColor.black
|
| blue = PySide.QtCore.Qt.GlobalColor.blue
|
| color0 = PySide.QtCore.Qt.GlobalColor.color0
|
| color1 = PySide.QtCore.Qt.GlobalColor.color1
|
| cyan = PySide.QtCore.Qt.GlobalColor.cyan
|
| darkBlue = PySide.QtCore.Qt.GlobalColor.darkBlue
|
| darkCyan = PySide.QtCore.Qt.GlobalColor.darkCyan
|
| darkGray = PySide.QtCore.Qt.GlobalColor.darkGray
|
| darkGreen = PySide.QtCore.Qt.GlobalColor.darkGreen
|
| darkMagenta = PySide.QtCore.Qt.GlobalColor.darkMagenta
|
| darkRed = PySide.QtCore.Qt.GlobalColor.darkRed
|
| darkYellow = PySide.QtCore.Qt.GlobalColor.darkYellow
|
| gray = PySide.QtCore.Qt.GlobalColor.gray
|
| green = PySide.QtCore.Qt.GlobalColor.green
|
| lightGray = PySide.QtCore.Qt.GlobalColor.lightGray
|
| magenta = PySide.QtCore.Qt.GlobalColor.magenta
|
| red = PySide.QtCore.Qt.GlobalColor.red
|
| transparent = PySide.QtCore.Qt.GlobalColor.transparent
|
| white = PySide.QtCore.Qt.GlobalColor.white
|
| yellow = PySide.QtCore.Qt.GlobalColor.yellow
|
| ----------------------------------------------------------------------
| lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
lot code
DATA
LicensedDeclarative = PySide.QtCore.QtValidLicenseForDeclarativeModule...
LicensedMultimedia = PySide.QtCore.QtValidLicenseForMultimediaModule.L...
LicensedOpenVG = PySide.QtCore.QtValidLicenseForOpenVGModule.LicensedO...
QtCriticalMsg = PySide.QtCore.QtMsgType.QtCriticalMsg
QtDebugMsg = PySide.QtCore.QtMsgType.QtDebugMsg
QtFatalMsg = PySide.QtCore.QtMsgType.QtFatalMsg
QtSystemMsg = PySide.QtCore.QtMsgType.QtSystemMsg
QtWarningMsg = PySide.QtCore.QtMsgType.QtWarningMsg
__version__ = '4.8.4'
__version_info__ = (4, 8, 4)
 
 
 
 
VERSION
4.8.4
and
Python>help("PySide.QtGui")
Code:
Python>help("PySide.QtGui")
Help on module PySide.QtGui in PySide:
 
 
 
 
NAME
PySide.QtGui
 
 
 
 
FILE
d:\programas\editores_de_memoria\ida 6.8\python\pyside\qtgui.pyd
 
 
 
 
CLASSES
PySide.QtCore.QAbstractItemModel(PySide.QtCore.QObject)
QAbstractProxyModel
QSortFilterProxyModel
QDirModel
QFileSystemModel
QProxyModel
QStandardItemModel
PySide.QtCore.QAbstractListModel(PySide.QtCore.QAbstractItemModel)
QStringListModel
PySide.QtCore.QCoreApplication(PySide.QtCore.QObject)
QApplication
PySide.QtCore.QEvent(Shiboken.Object)
QAccessibleEvent
QActionEvent
QClipboardEvent
QCloseEvent
QDragLeaveEvent
QDropEvent
QDragMoveEvent
QDragEnterEvent
QFileOpenEvent
QFocusEvent
QGestureEvent
QGraphicsSceneEvent
QGraphicsSceneContextMenuEvent
QGraphicsSceneDragDropEvent
QGraphicsSceneHelpEvent
QGraphicsSceneHoverEvent
QGraphicsSceneMouseEvent
QGraphicsSceneMoveEvent
QGraphicsSceneResizeEvent
QGraphicsSceneWheelEvent
QHelpEvent
QHideEvent
QHoverEvent
QIconDragEvent
QInputEvent
QContextMenuEvent
QKeyEvent
QMouseEvent
QTabletEvent
QTouchEvent
QWheelEvent
QInputMethodEvent
QMoveEvent
QPaintEvent
QResizeEvent
QShortcutEvent
QShowEvent
QStatusTipEvent
QToolBarChangeEvent
QWhatsThisClickedEvent
QWindowStateChangeEvent
PySide.QtCore.QEventTransition(PySide.QtCore.QAbstractTransition)
QKeyEventTransition
QMouseEventTransition
PySide.QtCore.QObject(Shiboken.Object)
QAbstractItemDelegate
QItemDelegate
QStyledItemDelegate
QAbstractTextDocumentLayout
QPlainTextDocumentLayout
QAction
QWidgetAction
QActionGroup
QButtonGroup
QClipboard
QCompleter
QDataWidgetMapper
QDrag
QGesture
QPanGesture
QPinchGesture
QSwipeGesture
QTapAndHoldGesture
QTapGesture
QGraphicsAnchor
QGraphicsEffect
QGraphicsBlurEffect
QGraphicsColorizeEffect
QGraphicsDropShadowEffect
QGraphicsOpacityEffect
QGraphicsItemAnimation
QGraphicsObject(PySide.QtCore.QObject, QGraphicsItem)
QGraphicsTextItem
QGraphicsWidget(QGraphicsObject, QGraphicsLayoutItem)
QGraphicsProxyWidget
QGraphicsScene
QGraphicsTransform
QGraphicsRotation
QGraphicsScale
QInputContext
QItemSelectionModel
QLayout(PySide.QtCore.QObject, QLayoutItem)
QBoxLayout
QHBoxLayout
QVBoxLayout
QFormLayout
QGridLayout
QStackedLayout
QMovie
QPyTextObject(PySide.QtCore.QObject, QTextObjectInterface)
QSessionManager
QShortcut
QSound
QStyle
QCommonStyle
QMotifStyle
QCDEStyle
QWindowsStyle
QCleanlooksStyle
QPlastiqueStyle
QSyntaxHighlighter
QSystemTrayIcon
QTextDocument
QTextObject
QTextBlockGroup
QTextList
QTextFrame
QTextTable
QUndoGroup
QUndoStack
QValidator
QDoubleValidator
QIntValidator
QRegExpValidator
QWidget(PySide.QtCore.QObject, QPaintDevice)
QAbstractButton
QCheckBox
QPushButton
QCommandLinkButton
QRadioButton
QToolButton
QAbstractSlider
QDial
QScrollBar
QSlider
QAbstractSpinBox
QDateTimeEdit
QDateEdit
QTimeEdit
QDoubleSpinBox
QSpinBox
QCalendarWidget
QComboBox
QFontComboBox
QDesktopWidget
QDialog
QAbstractPageSetupDialog
QPageSetupDialog
QAbstractPrintDialog
QPrintDialog
QColorDialog
QErrorMessage
QFileDialog
QFontDialog
QInputDialog
QMessageBox
QPrintPreviewDialog
QProgressDialog
QWizard
QDialogButtonBox
QDockWidget
QFocusFrame
QFrame
QAbstractScrollArea
QAbstractItemView
QColumnView
QHeaderView
QListView
QListWidget
QUndoView
QTableView
QTableWidget
QTreeView
QTreeWidget
QGraphicsView
QMdiArea
QPlainTextEdit
QScrollArea
QTextEdit
QTextBrowser
QLCDNumber
QLabel
QSplitter
QStackedWidget
QToolBox
QGroupBox
QLineEdit
QMainWindow
QMdiSubWindow
QMenu
QMenuBar
QPrintPreviewWidget
QProgressBar
QRubberBand
QSizeGrip
QSplashScreen
QSplitterHandle
QStatusBar
QTabBar
QTabWidget
QToolBar
QWizardPage
QWorkspace
Shiboken.Object(__builtin__.object)
QBrush
QColor
QCursor
QDesktopServices
QFileIconProvider
QFont
QFontDatabase
QFontInfo
QFontMetrics
QFontMetricsF
QGestureRecognizer
QGradient
QConicalGradient
QLinearGradient
QRadialGradient
QGraphicsItem
QAbstractGraphicsShapeItem
QGraphicsEllipseItem
QGraphicsPathItem
QGraphicsPolygonItem
QGraphicsRectItem
QGraphicsSimpleTextItem
QGraphicsItemGroup
QGraphicsLineItem
QGraphicsObject(PySide.QtCore.QObject, QGraphicsItem)
QGraphicsTextItem
QGraphicsWidget(QGraphicsObject, QGraphicsLayoutItem)
QGraphicsProxyWidget
QGraphicsPixmapItem
QGraphicsLayoutItem
QGraphicsLayout
QGraphicsAnchorLayout
QGraphicsGridLayout
QGraphicsLinearLayout
QIcon
QIconEngine
QIconEngineV2
QImageIOHandler
QImageReader
QImageWriter
QInputContextFactory
QItemEditorCreatorBase
QItemEditorFactory
QItemSelection
QItemSelectionRange
QKeySequence
QLayoutItem
QLayout(PySide.QtCore.QObject, QLayoutItem)
QBoxLayout
QHBoxLayout
QVBoxLayout
QFormLayout
QGridLayout
QStackedLayout
QSpacerItem
QWidgetItem
QListWidgetItem
QMatrix
QMatrix2x2
QMatrix2x3
QMatrix2x4
QMatrix3x2
QMatrix3x3
QMatrix3x4
QMatrix4x2
QMatrix4x3
QMatrix4x4
QPaintDevice
QImage
QPicture
QPixmap
QBitmap
QPrinter
QWidget(PySide.QtCore.QObject, QPaintDevice)
QAbstractButton
QCheckBox
QPushButton
QCommandLinkButton
QRadioButton
QToolButton
QAbstractSlider
QDial
QScrollBar
QSlider
QAbstractSpinBox
QDateTimeEdit
QDateEdit
QTimeEdit
QDoubleSpinBox
QSpinBox
QCalendarWidget
QComboBox
QFontComboBox
QDesktopWidget
QDialog
QAbstractPageSetupDialog
QPageSetupDialog
QAbstractPrintDialog
QPrintDialog
QColorDialog
QErrorMessage
QFileDialog
QFontDialog
QInputDialog
QMessageBox
QPrintPreviewDialog
QProgressDialog
QWizard
QDialogButtonBox
QDockWidget
QFocusFrame
QFrame
QAbstractScrollArea
QAbstractItemView
QColumnView
QHeaderView
QListView
QListWidget
QUndoView
QTableView
QTableWidget
QTreeView
QTreeWidget
QGraphicsView
QMdiArea
QPlainTextEdit
QScrollArea
QTextEdit
QTextBrowser
QLCDNumber
QLabel
QSplitter
QStackedWidget
QToolBox
QGroupBox
QLineEdit
QMainWindow
QMdiSubWindow
QMenu
QMenuBar
QPrintPreviewWidget
QProgressBar
QRubberBand
QSizeGrip
QSplashScreen
QSplitterHandle
QStatusBar
QTabBar
QTabWidget
QToolBar
QWizardPage
QWorkspace
QPaintEngine
QPaintEngineState
QPainter
QStylePainter
QPainterPath
QPainterPathStroker
QPalette
QPen
QPictureIO
QPixmapCache
QPolygon
QPolygonF
QPrintEngine
QPrinterInfo
QQuaternion
QRegion
QSizePolicy
QStandardItem
QStyleFactory
QStyleHintReturn
QStyleHintReturnMask
QStyleHintReturnVariant
QStyleOption
QStyleOptionButton
QStyleOptionComplex
QStyleOptionComboBox
QStyleOptionGroupBox
QStyleOptionSizeGrip
QStyleOptionSlider
QStyleOptionSpinBox
QStyleOptionTitleBar
QStyleOptionToolButton
QStyleOptionDockWidget
QStyleOptionDockWidgetV2
QStyleOptionFocusRect
QStyleOptionFrame
QStyleOptionFrameV2
QStyleOptionFrameV3
QStyleOptionGraphicsItem
QStyleOptionHeader
QStyleOptionMenuItem
QStyleOptionProgressBar
QStyleOptionProgressBarV2
QStyleOptionRubberBand
QStyleOptionTab
QStyleOptionTabV2
QStyleOptionTabV3
QStyleOptionTabBarBase
QStyleOptionTabBarBaseV2
QStyleOptionTabWidgetFrame
QStyleOptionToolBar
QStyleOptionToolBox
QStyleOptionToolBoxV2
QStyleOptionViewItem
QStyleOptionViewItemV2
QStyleOptionViewItemV3
QStyleOptionViewItemV4
QTableWidgetItem
QTableWidgetSelectionRange
QTextBlock
QTextBlockUserData
QTextCursor
QTextDocumentFragment
QTextFormat
QTextBlockFormat
QTextCharFormat
QTextImageFormat
QTextTableCellFormat
QTextFrameFormat
QTextTableFormat
QTextListFormat
QTextFragment
QTextInlineObject
QTextItem
QTextLayout
QTextLength
QTextLine
QTextObjectInterface
QPyTextObject(PySide.QtCore.QObject, QTextObjectInterface)
QTextOption
QTextTableCell
QTileRules
QToolTip
QTransform
QTreeWidgetItem
QTreeWidgetItemIterator
QUndoCommand
QVector2D
QVector3D
QVector4D
QWhatsThis
 
........
........
......
...
..
.
...
lot code
lot code
lot code
lot code
lot code
lot code
| ----------------------------------------------------------------------| Data descriptors inherited from QPaintDevice:
|
| painters
|
| ----------------------------------------------------------------------
| Data and other attributes inherited from QPaintDevice:
|
| PaintDeviceMetric = <type 'PySide.QtGui.QPaintDevice.PaintDeviceMetric...
|
|
| PdmDepth = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
|
| PdmDpiX = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
|
| PdmDpiY = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
|
| PdmHeight = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight
|
| PdmHeightMM = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM
|
| PdmNumColors = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColor...
|
| PdmPhysicalDpiX = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysi...
|
| PdmPhysicalDpiY = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysi...
|
| PdmWidth = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
|
| PdmWidthMM = PySide.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM
|
| ----------------------------------------------------------------------
| Data descriptors inherited from Shiboken.Object:
|
| __dict__
 

FUNCTIONS
qAlpha(...)
 
qBlue(...)
 
qGray(...)
 
qGreen(...)
 
qIsGray(...)
 
qRed(...)
 
qRgb(...)
 
qRgba(...)
 

DATA
qApp = <PySide.QtGui.QApplication object>

My variable
IDADIR = D:\Programas\Editores_de_memoria\IDA 6.8
IDASDK = D:\Programas\Editores_de_memoria\IDA 6.8\IDA SDK 6.8
PYTHONHOME = C:\Python27
PATH = C:\Python27;C:\Python27\Scripts
LIB = C:\Python27\Lib;C:\Python27\Lib\site-packages
PYTHONPATH = C:\Python27;%PYTHONHOME%\Lib;%PYTHONHOME%\DLLs;%PYTHONHOME%\Lib\lib-tk;C:\Python27\Lib\site-packages
INCLUDEPY = C:\Python27\include
PYTHONSCRIPT= C:\Python27\Scripts


I have installed
Python-2.7.6
PyQt4-4.11.4
PySide-1.2.2

-----------------------------------------------------------------------------------------------------
Very grateful if you can help me
 
Last edited:

steve007iii

New member
I have just noticed a submenu ....There are all ...is working
New interface!

Sin%252520t%2525C3%2525ADtulo.jpg

Thank you for your attention to this matter ComputerLine!!
 
Top