⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qstyle.3qt

📁 qt专门用于嵌入式的图形开发GUI
💻 3QT
📖 第 1 页 / 共 5 页
字号:
\fCQStyle::PE_HeaderSection\fR - section of a list or table header; see also QHeader..TP\fCQStyle::PE_HeaderArrow\fR - arrow used to indicate sorting on a list or table header.TP\fCQStyle::PE_StatusBarSection\fR - section of a status bar; see also QStatusBar..TP\fCQStyle::PE_GroupBoxFrame\fR - frame around a group box; see also QGroupBox..TP\fCQStyle::PE_WindowFrame\fR - frame around a MDI window or a docking window.TP\fCQStyle::PE_Separator\fR - generic separator..TP\fCQStyle::PE_SizeGrip\fR - window resize handle; see also QSizeGrip..TP\fCQStyle::PE_CheckMark\fR - generic check mark; see also QCheckBox..TP\fCQStyle::PE_ScrollBarAddLine\fR - scrollbar line increase indicator (i.e. scroll down); see also QScrollBar..TP\fCQStyle::PE_ScrollBarSubLine\fR - scrollbar line decrease indicator (i.e. scroll up)..TP\fCQStyle::PE_ScrollBarAddPage\fR - scolllbar page increase indicator (i.e. page down)..TP\fCQStyle::PE_ScrollBarSubPage\fR - scrollbar page decrease indicator (i.e. page up)..TP\fCQStyle::PE_ScrollBarSlider\fR - scrollbar slider.TP\fCQStyle::PE_ScrollBarFirst\fR - scrollbar first line indicator (i.e. home)..TP\fCQStyle::PE_ScrollBarLast\fR - scrollbar last line indicator (i.e. end)..TP\fCQStyle::PE_ProgressBarChunk\fR - section of a progress bar indicator; see also QProgressBar..TP\fCQStyle::PE_CheckListController\fR - controller part of a listview item.TP\fCQStyle::PE_CheckListIndicator\fR - checkbox part of a listview item.TP\fCQStyle::PE_CheckListExclusiveIndicator\fR - radiobutton part of a listview item.TP\fCQStyle::PE_RubberBand\fR - rubber band used in such things as iconview.TP\fCQStyle::PE_CustomBase\fR - base value for custom PrimitiveElements. All values above this are reserved for custom use. Custom values must be greater than this value..PPSee also drawPrimitive()..SH "QStyle::StyleFlags"This enum represents flags for drawing PrimitiveElements. Not all primitives use all of these flags. Note that these flags may mean different things to different primitives. For an explanation of the relationship between primitives and their flags, as well as the different meanings of the flags, see the Style overview..TP\fCQStyle::Style_Default\fR.TP\fCQStyle::Style_Enabled\fR.TP\fCQStyle::Style_Raised\fR.TP\fCQStyle::Style_Sunken\fR.TP\fCQStyle::Style_Off\fR.TP\fCQStyle::Style_NoChange\fR.TP\fCQStyle::Style_On\fR.TP\fCQStyle::Style_Down\fR.TP\fCQStyle::Style_Horizontal\fR.TP\fCQStyle::Style_HasFocus\fR.TP\fCQStyle::Style_Top\fR.TP\fCQStyle::Style_Bottom\fR.TP\fCQStyle::Style_FocusAtBorder\fR.TP\fCQStyle::Style_AutoRaise\fR.TP\fCQStyle::Style_MouseOver\fR.TP\fCQStyle::Style_Up\fR.TP\fCQStyle::Style_Selected\fR.TP\fCQStyle::Style_HasFocus\fR.TP\fCQStyle::Style_Active\fR.TP\fCQStyle::Style_ButtonDefault\fR.PPSee also drawPrimitive()..SH "QStyle::StyleHint"This enum represents a StyleHint. A StyleHint is a general look and/or feel hint..TP\fCQStyle::SH_EtchDisabledText\fR - disabled text is "etched" like Windows..TP\fCQStyle::SH_GUIStyle\fR - the GUI style to use..TP\fCQStyle::SH_ScrollBar_BackgroundMode\fR - the background mode for a QScrollBar. Possible values are any of those in the BackgroundMode enum..TP\fCQStyle::SH_ScrollBar_MiddleClickAbsolutePosition\fR - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is ignored..TP\fCQStyle::SH_ScrollBar_LeftClickAbsolutePosition\fR - a boolean value. If TRUE, left clicking on a scrollbar causes the slider to jump to that position. If FALSE, the left clicking will behave as appropriate for each control..TP\fCQStyle::SH_ScrollBar_ScrollWhenPointerLeavesControl\fR - a boolean value. If TRUE, when clicking a scrollbar SubControl, holding the mouse button down and moving the pointer outside the SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl..TP\fCQStyle::SH_TabBar_Alignment\fR - the alignment for tabs in a QTabWidget. Possible values are Qt::AlignLeft, Qt::AlignCenter and Qt::AlignRight..TP\fCQStyle::SH_Header_ArrowAlignment\fR - the placement of the sorting indicator may appear in list or table headers. Possible values are Qt::Left or Qt::Right..TP\fCQStyle::SH_Slider_SnapToValue\fR - sliders snap to values while moving, like Windows.TP\fCQStyle::SH_Slider_SloppyKeyEvents\fR - key presses handled in a sloppy manner, i.e. left on a vertical slider subtracts a line..TP\fCQStyle::SH_ProgressDialog_CenterCancelButton\fR - center button on progress dialogs, like Motif, otherwise right aligned..TP\fCQStyle::SH_ProgressDialog_TextLabelAlignment\fR - Qt::AlignmentFlags -- text label alignment in progress dialogs; Center on windows, Auto|VCenter otherwise..TP\fCQStyle::SH_PrintDialog_RightAlignButtons\fR - right align buttons in the print dialog, like Windows..TP\fCQStyle::SH_MainWindow_SpaceBelowMenuBar\fR - 1 or 2 pixel space between the menubar and the dockarea, like Windows..TP\fCQStyle::SH_FontDialog_SelectAssociatedText\fR - select the text in the line edit, or when selecting an item from the listbox, or when the line edit receives focus, like Windows..TP\fCQStyle::SH_PopupMenu_AllowActiveAndDisabled\fR - allows disabled menu items to be active..TP\fCQStyle::SH_PopupMenu_SpaceActivatesItem\fR - pressing Space activates the item, like Motif..TP\fCQStyle::SH_PopupMenu_SubMenuPopupDelay\fR - the number of milliseconds to wait before opening a submenu; 256 on windows, 96 on Motif..TP\fCQStyle::SH_PopupMenu_Scrollable\fR - whether popupmenu's must support scrolling..TP\fCQStyle::SH_PopupMenu_SloppySubMenus\fR - whether popupmenu's must support sloppy submenu; as implemented on Mac OS..TP\fCQStyle::SH_ScrollView_FrameOnlyAroundContents\fR - whether scrollviews draw their frame only around contents (like Motif), or around contents, scrollbars and corner widgets (like Windows)..TP\fCQStyle::SH_MenuBar_AltKeyNavigation\fR - menubars items are navigable by pressing Alt, followed by using the arrow keys to select the desired item..TP\fCQStyle::SH_ComboBox_ListMouseTracking\fR - mouse tracking in combobox dropdown lists..TP\fCQStyle::SH_PopupMenu_MouseTracking\fR - mouse tracking in popup menus..TP\fCQStyle::SH_MenuBar_MouseTracking\fR - mouse tracking in menubars..TP\fCQStyle::SH_ItemView_ChangeHighlightOnFocus\fR - gray out selected items when losing focus..TP\fCQStyle::SH_Widget_ShareActivation\fR - turn on sharing activation with floating modeless dialogs..TP\fCQStyle::SH_TabBar_SelectMouseType\fR - which type of mouse event should cause a tab to be selected..TP\fCQStyle::SH_ListViewExpand_SelectMouseType\fR - which type of mouse event should cause a listview expansion to be selected..TP\fCQStyle::SH_TabBar_PreferNoArrows\fR - whether a tabbar should suggest a size to prevent scoll arrows..TP\fCQStyle::SH_ComboBox_Popup\fR - allows popups as a combobox dropdown menu..TP\fCQStyle::SH_Workspace_FillSpaceOnMaximize\fR - the workspace should maximize the client area..TP\fCQStyle::SH_TitleBar_NoBorder\fR - the titlebar has no border.TP\fCQStyle::SH_ScrollBar_StopMouseOverSlider\fR - stops autorepeat when slider reaches mouse.TP\fCQStyle::SH_BlinkCursorWhenTextSelected\fR - whether cursor should blink when text is selected.TP\fCQStyle::SH_RichText_FullWidthSelection\fR - whether richtext selections should extend the full width of the document..TP\fCQStyle::SH_GroupBox_TextLabelVerticalAlignment\fR - how to vertically align a groupbox's text label..TP\fCQStyle::SH_GroupBox_TextLabelColor\fR - how to paint a groupbox's text label..TP\fCQStyle::SH_DialogButtons_DefaultButton\fR - which buttons gets the default status in a dialog's button widget..TP\fCQStyle::SH_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value..TP\fCQStyle::SH_ToolButton_Uses3D\fR - indicates whether QToolButtons should use a 3D frame when the mouse is over them.TP\fCQStyle::SH_ToolBox_SelectedPageTitleBold\fR - Boldness of the selected page title in a QToolBox..TP\fCQStyle::SH_LineEdit_PasswordCharacter\fR - The QChar Unicode character to be used for passwords..TP\fCQStyle::SH_Table_GridLineColor\fR.TP\fCQStyle::SH_UnderlineAccelerator\fR - whether accelerators are underlined.PPSee also styleHint()..SH "QStyle::StylePixmap"This enum represents a StylePixmap. A StylePixmap is a pixmap that can follow some existing GUI style or guideline..TP\fCQStyle::SP_TitleBarMinButton\fR - minimize button on titlebars. For example, in a QWorkspace..TP\fCQStyle::SP_TitleBarMaxButton\fR - maximize button on titlebars..TP\fCQStyle::SP_TitleBarCloseButton\fR - close button on titlebars..TP\fCQStyle::SP_TitleBarNormalButton\fR - normal (restore) button on titlebars..TP\fCQStyle::SP_TitleBarShadeButton\fR - shade button on titlebars..TP\fCQStyle::SP_TitleBarUnshadeButton\fR - unshade button on titlebars..TP\fCQStyle::SP_MessageBoxInformation\fR - the 'information' icon..TP\fCQStyle::SP_MessageBoxWarning\fR - the 'warning' icon..TP\fCQStyle::SP_MessageBoxCritical\fR - the 'critical' icon..TP\fCQStyle::SP_MessageBoxQuestion\fR - the 'question' icon..TP\fCQStyle::SP_DockWindowCloseButton\fR - close button on dock windows; see also QDockWindow..TP\fCQStyle::SP_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value..PPSee also stylePixmap()..SH "QStyle::SubControl"This enum represents a SubControl within a ComplexControl..TP\fCQStyle::SC_None\fR - special value that matches no other SubControl..TP\fCQStyle::SC_ScrollBarAddLine\fR - scrollbar add line (i.e. down/right arrow); see also QScrollbar..TP\fCQStyle::SC_ScrollBarSubLine\fR - scrollbar sub line (i.e. up/left arrow)..TP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -