SlideShare a Scribd company logo
Ring Documentation, Release 1.2
62.126 QGridLayout Class
C++ Reference : http://doc.qt.io/qt-5/QGridLayout.html
Parameters : void
• void addItem(QLayoutItem * item, int row, int column, int rowSpan , int columnSpan , Qt::Alignment alignment
)
• void addLayout(QLayout * layout, int row, int column, Qt::Alignment alignment )
• void addLayout_2(QLayout * layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment align-
ment )
• void addWidget(QWidget * widget, int row, int column, Qt::Alignment alignment )
• void addWidget_2(QWidget * widget, int fromRow, int fromColumn, int rowSpan, int columnSpan,
Qt::Alignment alignment )
• QRect cellRect(int row, int column)
• int columnCount(void)
• int columnMinimumWidth(int column)
• int columnStretch(int column)
• void getItemPosition(int index, int * row, int * column, int * rowSpan, int * columnSpan)
• int horizontalSpacing(void)
• QLayoutItem * itemAtPosition(int row, int column)
• Qt::Corner originCorner(void)
• int rowCount(void)
• int rowMinimumHeight(int row)
• int rowStretch(int row)
• void setColumnMinimumWidth(int column, int minSize)
• void setColumnStretch(int column, int stretch)
• void setHorizontalSpacing(int spacing)
• void setOriginCorner(Qt::Corner corner)
• void setRowMinimumHeight(int row, int minSize)
• void setRowStretch(int row, int stretch)
• void setSpacing(int spacing)
• void setVerticalSpacing(int spacing)
• int spacing(void)
• int verticalSpacing(void)
62.127 QTextCharFormat Class
C++ Reference : http://doc.qt.io/qt-5/QTextCharFormat.html
Parameters : void
62.126. QGridLayout Class 730
Ring Documentation, Release 1.2
• QString anchorHref(void)
• QStringList anchorNames(void)
• QFont font(void)
• QFont::Capitalization fontCapitalization(void)
• QString fontFamily(void)
• bool fontFixedPitch(void)
• QFont::HintingPreference fontHintingPreference(void)
• bool fontItalic(void)
• bool fontKerning(void)
• qreal fontLetterSpacing(void)
• QFont::SpacingType fontLetterSpacingType(void)
• bool fontOverline(void)
• qreal fontPointSize(void)
• int fontStretch(void)
• bool fontStrikeOut(void)
• QFont::StyleHint fontStyleHint(void)
• QFont::StyleStrategy fontStyleStrategy(void)
• bool fontUnderline(void)
• int fontWeight(void)
• qreal fontWordSpacing(void)
• bool isAnchor(void)
• bool isValid(void)
• void setAnchor(bool anchor)
• void setAnchorHref( QString value)
• void setAnchorNames( QStringList names)
• void setFontCapitalization(QFont::Capitalization capitalization)
• void setFontFamily( QString family)
• void setFontFixedPitch(bool fixedPitch)
• void setFontHintingPreference(QFont::HintingPreference hintingPreference)
• void setFontItalic(bool italic)
• void setFontKerning(bool enable)
• void setFontLetterSpacing(qreal spacing)
• void setFontLetterSpacingType(QFont::SpacingType letterSpacingType)
• void setFontOverline(bool overline)
• void setFontPointSize(qreal size)
• void setFontStretch(int factor)
62.127. QTextCharFormat Class 731
Ring Documentation, Release 1.2
• void setFontStrikeOut(bool strikeOut)
• void setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy )
• void setFontStyleStrategy(QFont::StyleStrategy strategy)
• void setFontUnderline(bool underline)
• void setFontWeight(int weight)
• void setFontWordSpacing(qreal spacing)
• void setTextOutline( QPen pen)
• void setToolTip( QString text)
• void setUnderlineColor( QColor color)
• void setUnderlineStyle(QTextCharFormat::UnderlineStyle style)
• void setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment)
• QPen textOutline(void)
• QString toolTip(void)
• QColor underlineColor(void)
• QTextCharFormat::UnderlineStyle underlineStyle(void)
• QTextCharFormat::VerticalAlignment verticalAlignment(void)
62.128 QCameraViewfinder Class
C++ Reference : http://doc.qt.io/qt-5/QCameraViewfinder.html
Parameters : QWidget *
Parent Class : QVideoWidget
62.129 QGraphicsVideoItem Class
C++ Reference : http://doc.qt.io/qt-5/QGraphicsVideoItem.html
Parameters : void
• Qt::AspectRatioMode aspectRatioMode(void)
• QSizeF nativeSize(void)
• QPointF offset(void)
• void setAspectRatioMode(Qt::AspectRatioMode mode)
• void setOffset(QPointF offset)
• void setSize(QSizeF size)
• QSizeF size(void)
62.128. QCameraViewfinder Class 732
Ring Documentation, Release 1.2
62.130 QVideoWidgetControl Class
C++ Reference : http://doc.qt.io/qt-5/QVideoWidgetControl.html
Parent Class : QMediaControl
62.131 QCamera Class
C++ Reference : http://doc.qt.io/qt-5/QCamera.html
Parameters : void
Parent Class : QMediaObject
• QCamera::CaptureModes captureMode(void)
• QCamera::Error error(void)
• QString errorString(void)
• QCameraExposure * exposure(void)
• QCameraFocus * focus(void)
• QCameraImageProcessing * imageProcessing(void)
• bool isCaptureModeSupported(QCamera::CaptureModes mode)
• QCamera::LockStatus lockStatus(void)
• QCamera::LockStatus lockStatus_2(QCamera::LockType lockType)
• QCamera::LockTypes requestedLocks(void)
• void setViewfinder(QVideoWidget * viewfinder)
• void setViewfinder_2(QGraphicsVideoItem * viewfinder)
• void setViewfinder_3(QAbstractVideoSurface * surface)
• QCamera::State state(void)
• QCamera::Status status(void)
• QCamera::LockTypes supportedLocks(void)
• void load(void)
• void searchAndLock(void)
• void searchAndLock_2(QCamera::LockTypes locks)
• void setCaptureMode(QCamera::CaptureModes mode)
• void start(void)
• void stop(void)
• void unload(void)
• void unlock(void)
• void unlock_2(QCamera::LockTypes locks)
62.130. QVideoWidgetControl Class 733
Ring Documentation, Release 1.2
62.132 QCameraImageCapture Class
C++ Reference : http://doc.qt.io/qt-5/QCameraImageCapture.html
Parameters : QMediaObject * mediaObject
• QMultimedia::AvailabilityStatus availability(void)
• QVideoFrame::PixelFormat bufferFormat(void)
• QCameraImageCapture::CaptureDestinations captureDestination(void)
• QImageEncoderSettings encodingSettings(void)
• QCameraImageCapture::Error error(void)
• QString errorString(void)
• QString imageCodecDescription( QString codec)
• bool isAvailable(void)
• bool isCaptureDestinationSupported(QCameraImageCapture::CaptureDestinations destination)
• bool isReadyForCapture(void)
• void setBufferFormat( QVideoFrame::PixelFormat format)
• void setCaptureDestination(QCameraImageCapture::CaptureDestinations destination)
• void setEncodingSettings( QImageEncoderSettings settings)
• QList<QVideoFrame::PixelFormat> supportedBufferFormats(void)
• QStringList supportedImageCodecs(void)
• QList<QSize> supportedResolutions( QImageEncoderSettings settings , bool * continuous )
• void cancelCapture(void)
• int capture( QString file )
62.133 QMediaObject Class
C++ Reference : http://doc.qt.io/qt-5/QMediaObject.html
Parameters : void
Parent Class : QWidget
• QStringList availableMetaData(void)
• bool isMetaDataAvailable(void)
• QVariant metaData( QString key)
• int notifyInterval(void)
• void setNotifyInterval(int milliSeconds)
62.132. QCameraImageCapture Class 734
Ring Documentation, Release 1.2
62.134 QHeaderView Class
C++ Reference : http://doc.qt.io/qt-5/QHeaderView.html
Parameters : Qt::Orientation, QWidget *
Parent Class : QAbstractItemView
• bool cascadingSectionResizes(void)
• int count(void)
• Qt::Alignment defaultAlignment(void)
• int defaultSectionSize(void)
• int hiddenSectionCount(void)
• void hideSection(int logicalIndex)
• bool highlightSections(void)
• bool isSectionHidden(int logicalIndex)
• bool isSortIndicatorShown(void)
• int length(void)
• int logicalIndex(int visualIndex)
• int logicalIndexAt(int position)
• int logicalIndexAt_2(int x, int y)
• int logicalIndexAt_3( QPoint pos)
• int maximumSectionSize(void)
• int minimumSectionSize_2(void)
• void moveSection(int from, int to)
• int offset(void)
• Qt::Orientation orientation(void)
• int resizeContentsPrecision(void)
• void resizeSection(int logicalIndex, int size)
• void resizeSections(QHeaderView::ResizeMode mode)
• bool restoreState( QByteArray state)
• QByteArray saveState(void)
• int sectionPosition(int logicalIndex)
• QHeaderView::ResizeMode sectionResizeMode(int logicalIndex)
• int sectionSize(int logicalIndex)
• int sectionSizeHint(int logicalIndex)
• int sectionViewportPosition(int logicalIndex)
• bool sectionsClickable(void)
• bool sectionsHidden(void)
62.134. QHeaderView Class 735
Ring Documentation, Release 1.2
• bool sectionsMovable(void)
• bool sectionsMoved(void)
• void setCascadingSectionResizes(bool enable)
• void setDefaultAlignment(Qt::Alignment alignment)
• void setDefaultSectionSize(int size)
• void setHighlightSections(bool highlight)
• void setMaximumSectionSize(int size)
• void setMinimumSectionSize(int size)
• void setResizeContentsPrecision(int precision)
• void setSectionHidden(int logicalIndex, bool hide)
• void setSectionResizeMode(QHeaderView::ResizeMode mode)
• void setSectionResizeMode_2(int logicalIndex, QHeaderView::ResizeMode mode)
• void setSectionsClickable(bool clickable)
• void setSectionsMovable(bool movable)
• void setSortIndicator(int logicalIndex, Qt::SortOrder order)
• void setSortIndicatorShown(bool show)
• void setStretchLastSection(bool stretch)
• void showSection(int logicalIndex)
• Qt::SortOrder sortIndicatorOrder(void)
• int sortIndicatorSection(void)
• bool stretchLastSection(void)
• int stretchSectionCount(void)
• void swapSections(int first, int second)
• int visualIndex(int logicalIndex)
• int visualIndexAt(int position)
• void headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast)
• void setOffset(int offset)
• void setOffsetToLastSection(void)
• void setOffsetToSectionPosition(int visualSectionNumber)
• void setgeometriesChangedEvent(const char *)
• void setsectionClickedEvent(const char *)
• void setsectionCountChangedEvent(const char *)
• void setsectionDoubleClickedEvent(const char *)
• void setsectionEnteredEvent(const char *)
• void setsectionHandleDoubleClickedEvent(const char *)
• void setsectionMovedEvent(const char *)
62.134. QHeaderView Class 736
Ring Documentation, Release 1.2
• void setsectionPressedEvent(const char *)
• void setsectionResizedEvent(const char *)
• void setsortIndicatorChangedEvent(const char *)
• const char *getgeometriesChangedEvent(void)
• const char *getsectionClickedEvent(void)
• const char *getsectionCountChangedEvent(void)
• const char *getsectionDoubleClickedEvent(void)
• const char *getsectionEnteredEvent(void)
• const char *getsectionHandleDoubleClickedEvent(void)
• const char *getsectionMovedEvent(void)
• const char *getsectionPressedEvent(void)
• const char *getsectionResizedEvent(void)
• const char *getsortIndicatorChangedEvent(void)
• void geteventparameters(void)
62.135 QFontMetrics Class
C++ Reference : http://doc.qt.io/qt-5/QFontMetrics.html
Parameters : QFont
• int ascent(void)
• int averageCharWidth(void)
• QRect boundingRect(QChar ch)
• QRect boundingRect_2( QString text)
• QRect boundingRect_3(int x, int y, int width, int height, int flags, QString text, int tabStops , int * tabArray )
• QRect boundingRect_4( QRect rect, int flags, QString text, int tabStops , int * tabArray )
• int descent(void)
• QString elidedText( QString text, Qt::TextElideMode mode, int width, int flags )
• int height(void)
• bool inFont(QChar ch)
• bool inFontUcs4(uint character)
• int leading(void)
• int leftBearing(QChar ch)
• int lineSpacing(void)
• int lineWidth(void)
• int maxWidth(void)
• int minLeftBearing(void)
62.135. QFontMetrics Class 737
Ring Documentation, Release 1.2
• int minRightBearing(void)
• int overlinePos(void)
• int rightBearing(QChar ch)
• QSize size(int flags, QString text, int tabStops , int * tabArray )
• int strikeOutPos(void)
• QRect tightBoundingRect( QString text)
• int underlinePos(void)
• int width( QString text, int len )
• int width_2(QChar ch)
• int xHeight(void)
62.136 QSplashScreen Class
C++ Reference : http://doc.qt.io/qt-5/QSplashScreen.html
Parameters : QPixmap
Parent Class : QWidget
• void finish(QWidget *mainWin)
• QPixmap pixmap(void)
• void repaint(void)
• void setPixmap(QPixmap pixmap)
• void clearMessage(void)
• void showMessage(QString message, int alignment ,QColor color)
62.137 QBoxLayout Class
C++ Reference : http://doc.qt.io/qt-5/QBoxLayout.html
Parameters : QBoxLayout::Direction dir, QWidget *parent
Parent Class : QLayout
• void addLayout(QLayout * layout, int stretch )
• void addSpacerItem(QSpacerItem * spacerItem)
• void addSpacing(int size)
• void addStretch(int stretch )
• void addStrut(int size)
• void addWidget(QWidget * widget, int stretch , Qt::Alignment alignment )
• QBoxLayout::Direction direction(void)
• void insertLayout(int index, QLayout * layout, int stretch )
• void insertSpacerItem(int index, QSpacerItem * spacerItem)
62.136. QSplashScreen Class 738
Ring Documentation, Release 1.2
• void insertSpacing(int index, int size)
• void insertStretch(int index, int stretch )
• void insertWidget(int index, QWidget * widget, int stretch , Qt::Alignment alignment )
• void setDirection(QBoxLayout::Direction direction)
• void setSpacing(int spacing)
• void setStretch(int index, int stretch)
• bool setStretchFactor(QWidget * widget, int stretch)
• bool setStretchFactor_2(QLayout * layout, int stretch)
• int spacing(void)
• int stretch(int index)
62.138 QLayout Class
C++ Reference : http://doc.qt.io/qt-5/QLayout.html
Parameters : QWidget *
Parent Class : QObject
• bool activate(void)
• void addWidget(QWidget *w)
• QMargins contentsMargins(void)
• QRect contentsRect(void)
• void getContentsMargins(int *left, int *top, int *right, int *bottom)
• bool isEnabled(void)
• QWidget *menuBar(void)
• QWidget *parentWidget(void)
• void removeItem(QLayoutItem *item)
• void removeWidget(QWidget *widget)
• bool setAlignment(QWidget *w, Qt::Alignment alignment)
• void setAlignment_2(Qt::Alignment alignment)
• bool setAlignment_3(QLayout *l, Qt::Alignment alignment)
• void setContentsMargins(int left, int top, int right, int bottom)
• void setContentsMargins_2(QMargins margins)
• void setEnabled(bool enable)
• void setMenuBar(QWidget *widget)
• void setSizeConstraint(QLayout::SizeConstraint)
• void setSpacing(int)
• QLayout::SizeConstraint sizeConstraint(void)
62.138. QLayout Class 739

More Related Content

PDF
The Ring programming language version 1.5.1 book - Part 170 of 180
PDF
The Ring programming language version 1.6 book - Part 178 of 189
PDF
The Ring programming language version 1.5.2 book - Part 171 of 181
PDF
The Ring programming language version 1.7 book - Part 98 of 196
PDF
The Ring programming language version 1.5.2 book - Part 159 of 181
PDF
The Ring programming language version 1.4.1 book - Part 28 of 31
PDF
The Ring programming language version 1.10 book - Part 104 of 212
PDF
The Ring programming language version 1.8 book - Part 107 of 202
The Ring programming language version 1.5.1 book - Part 170 of 180
The Ring programming language version 1.6 book - Part 178 of 189
The Ring programming language version 1.5.2 book - Part 171 of 181
The Ring programming language version 1.7 book - Part 98 of 196
The Ring programming language version 1.5.2 book - Part 159 of 181
The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.8 book - Part 107 of 202

What's hot (20)

PDF
The Ring programming language version 1.10 book - Part 116 of 212
PDF
The Ring programming language version 1.5.1 book - Part 158 of 180
PDF
The Ring programming language version 1.5.2 book - Part 80 of 181
PDF
The Ring programming language version 1.7 book - Part 102 of 196
PDF
The Ring programming language version 1.9 book - Part 103 of 210
PDF
The Next Generation Qt Item Views
PDF
The Future of Qt Widgets
PDF
The Ring programming language version 1.2 book - Part 60 of 84
PDF
The Ring programming language version 1.6 book - Part 90 of 189
PDF
The Ring programming language version 1.5 book - Part 25 of 31
PDF
The Ring programming language version 1.5.2 book - Part 140 of 181
PDF
The Ring programming language version 1.5.1 book - Part 143 of 180
PDF
The Ring programming language version 1.5.2 book - Part 154 of 181
PDF
The Ring programming language version 1.7 book - Part 188 of 196
PDF
The Ring programming language version 1.8 book - Part 122 of 202
PDF
The Ring programming language version 1.7 book - Part 117 of 196
PDF
The Ring programming language version 1.9 book - Part 196 of 210
PDF
The Ring programming language version 1.5.3 book - Part 129 of 184
PDF
The Ring programming language version 1.5.3 book - Part 162 of 194
PDF
The Ring programming language version 1.6 book - Part 137 of 189
The Ring programming language version 1.10 book - Part 116 of 212
The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.5.2 book - Part 80 of 181
The Ring programming language version 1.7 book - Part 102 of 196
The Ring programming language version 1.9 book - Part 103 of 210
The Next Generation Qt Item Views
The Future of Qt Widgets
The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.6 book - Part 90 of 189
The Ring programming language version 1.5 book - Part 25 of 31
The Ring programming language version 1.5.2 book - Part 140 of 181
The Ring programming language version 1.5.1 book - Part 143 of 180
The Ring programming language version 1.5.2 book - Part 154 of 181
The Ring programming language version 1.7 book - Part 188 of 196
The Ring programming language version 1.8 book - Part 122 of 202
The Ring programming language version 1.7 book - Part 117 of 196
The Ring programming language version 1.9 book - Part 196 of 210
The Ring programming language version 1.5.3 book - Part 129 of 184
The Ring programming language version 1.5.3 book - Part 162 of 194
The Ring programming language version 1.6 book - Part 137 of 189
Ad

Viewers also liked (20)

PDF
The Ring programming language version 1.2 book - Part 57 of 84
PDF
The Ring programming language version 1.2 book - Part 58 of 84
PDF
The Ring programming language version 1.2 book - Part 55 of 84
PDF
The Ring programming language version 1.2 book - Part 54 of 84
PDF
The Ring programming language version 1.2 book - Part 59 of 84
PDF
The Ring programming language version 1.2 book - Part 53 of 84
PDF
The Ring programming language version 1.2 book - Part 52 of 84
PDF
The Ring programming language version 1.2 book - Part 75 of 84
PDF
The Ring programming language version 1.2 book - Part 56 of 84
PDF
The Ring programming language version 1.2 book - Part 50 of 84
PDF
The Ring programming language version 1.2 book - Part 73 of 84
PDF
The Ring programming language version 1.2 book - Part 74 of 84
PDF
The Ring programming language version 1.2 book - Part 71 of 84
PDF
The Ring programming language version 1.2 book - Part 70 of 84
PDF
The Ring programming language version 1.2 book - Part 72 of 84
PDF
The Ring programming language version 1.2 book - Part 63 of 84
PDF
The Ring programming language version 1.2 book - Part 62 of 84
PDF
The Ring programming language version 1.2 book - Part 61 of 84
PDF
The Ring programming language version 1.2 book - Part 78 of 84
PDF
The Ring programming language version 1.2 book - Part 79 of 84
The Ring programming language version 1.2 book - Part 57 of 84
The Ring programming language version 1.2 book - Part 58 of 84
The Ring programming language version 1.2 book - Part 55 of 84
The Ring programming language version 1.2 book - Part 54 of 84
The Ring programming language version 1.2 book - Part 59 of 84
The Ring programming language version 1.2 book - Part 53 of 84
The Ring programming language version 1.2 book - Part 52 of 84
The Ring programming language version 1.2 book - Part 75 of 84
The Ring programming language version 1.2 book - Part 56 of 84
The Ring programming language version 1.2 book - Part 50 of 84
The Ring programming language version 1.2 book - Part 73 of 84
The Ring programming language version 1.2 book - Part 74 of 84
The Ring programming language version 1.2 book - Part 71 of 84
The Ring programming language version 1.2 book - Part 70 of 84
The Ring programming language version 1.2 book - Part 72 of 84
The Ring programming language version 1.2 book - Part 63 of 84
The Ring programming language version 1.2 book - Part 62 of 84
The Ring programming language version 1.2 book - Part 61 of 84
The Ring programming language version 1.2 book - Part 78 of 84
The Ring programming language version 1.2 book - Part 79 of 84
Ad

Similar to The Ring programming language version 1.2 book - Part 76 of 84 (20)

PDF
The Ring programming language version 1.4 book - Part 28 of 30
PDF
The Ring programming language version 1.7 book - Part 105 of 196
PDF
The Ring programming language version 1.5.1 book - Part 79 of 180
PDF
The Ring programming language version 1.9 book - Part 108 of 210
PDF
The Ring programming language version 1.3 book - Part 63 of 88
PDF
The Ring programming language version 1.10 book - Part 98 of 212
PDF
The Ring programming language version 1.10 book - Part 125 of 212
PDF
The Ring programming language version 1.9 book - Part 104 of 210
PDF
The Ring programming language version 1.6 book - Part 176 of 189
PDF
The Ring programming language version 1.6 book - Part 86 of 189
PDF
The Ring programming language version 1.9 book - Part 96 of 210
PDF
The Ring programming language version 1.9 book - Part 114 of 210
PDF
The Ring programming language version 1.5.4 book - Part 83 of 185
PDF
The Ring programming language version 1.3 book - Part 3 of 88
PDF
The Ring programming language version 1.2 book - Part 83 of 84
PDF
The Ring programming language version 1.5.3 book - Part 193 of 194
PDF
The Ring programming language version 1.7 book - Part 101 of 196
PDF
The Ring programming language version 1.4 book - Part 16 of 30
PDF
The Ring programming language version 1.5.3 book - Part 72 of 184
PDF
The Ring programming language version 1.2 book - Part 43 of 84
The Ring programming language version 1.4 book - Part 28 of 30
The Ring programming language version 1.7 book - Part 105 of 196
The Ring programming language version 1.5.1 book - Part 79 of 180
The Ring programming language version 1.9 book - Part 108 of 210
The Ring programming language version 1.3 book - Part 63 of 88
The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.6 book - Part 176 of 189
The Ring programming language version 1.6 book - Part 86 of 189
The Ring programming language version 1.9 book - Part 96 of 210
The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.5.4 book - Part 83 of 185
The Ring programming language version 1.3 book - Part 3 of 88
The Ring programming language version 1.2 book - Part 83 of 84
The Ring programming language version 1.5.3 book - Part 193 of 194
The Ring programming language version 1.7 book - Part 101 of 196
The Ring programming language version 1.4 book - Part 16 of 30
The Ring programming language version 1.5.3 book - Part 72 of 184
The Ring programming language version 1.2 book - Part 43 of 84

More from Mahmoud Samir Fayed (20)

PDF
The Ring programming language version 1.10 book - Part 212 of 212
PDF
The Ring programming language version 1.10 book - Part 211 of 212
PDF
The Ring programming language version 1.10 book - Part 210 of 212
PDF
The Ring programming language version 1.10 book - Part 208 of 212
PDF
The Ring programming language version 1.10 book - Part 207 of 212
PDF
The Ring programming language version 1.10 book - Part 205 of 212
PDF
The Ring programming language version 1.10 book - Part 206 of 212
PDF
The Ring programming language version 1.10 book - Part 204 of 212
PDF
The Ring programming language version 1.10 book - Part 203 of 212
PDF
The Ring programming language version 1.10 book - Part 202 of 212
PDF
The Ring programming language version 1.10 book - Part 201 of 212
PDF
The Ring programming language version 1.10 book - Part 200 of 212
PDF
The Ring programming language version 1.10 book - Part 199 of 212
PDF
The Ring programming language version 1.10 book - Part 198 of 212
PDF
The Ring programming language version 1.10 book - Part 197 of 212
PDF
The Ring programming language version 1.10 book - Part 196 of 212
PDF
The Ring programming language version 1.10 book - Part 195 of 212
PDF
The Ring programming language version 1.10 book - Part 194 of 212
PDF
The Ring programming language version 1.10 book - Part 193 of 212
PDF
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 192 of 212

Recently uploaded (20)

PPTX
L1 - Introduction to python Backend.pptx
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
System and Network Administration Chapter 2
PDF
Nekopoi APK 2025 free lastest update
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
medical staffing services at VALiNTRY
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
AI in Product Development-omnex systems
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Design an Analysis of Algorithms I-SECS-1021-03
L1 - Introduction to python Backend.pptx
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
How to Migrate SBCGlobal Email to Yahoo Easily
System and Network Administration Chapter 2
Nekopoi APK 2025 free lastest update
Odoo Companies in India – Driving Business Transformation.pdf
medical staffing services at VALiNTRY
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Understanding Forklifts - TECH EHS Solution
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
AI in Product Development-omnex systems
Adobe Illustrator 28.6 Crack My Vision of Vector Design
2025 Textile ERP Trends: SAP, Odoo & Oracle
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Design an Analysis of Algorithms I-SECS-1021-03

The Ring programming language version 1.2 book - Part 76 of 84

  • 1. Ring Documentation, Release 1.2 62.126 QGridLayout Class C++ Reference : http://doc.qt.io/qt-5/QGridLayout.html Parameters : void • void addItem(QLayoutItem * item, int row, int column, int rowSpan , int columnSpan , Qt::Alignment alignment ) • void addLayout(QLayout * layout, int row, int column, Qt::Alignment alignment ) • void addLayout_2(QLayout * layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment align- ment ) • void addWidget(QWidget * widget, int row, int column, Qt::Alignment alignment ) • void addWidget_2(QWidget * widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment ) • QRect cellRect(int row, int column) • int columnCount(void) • int columnMinimumWidth(int column) • int columnStretch(int column) • void getItemPosition(int index, int * row, int * column, int * rowSpan, int * columnSpan) • int horizontalSpacing(void) • QLayoutItem * itemAtPosition(int row, int column) • Qt::Corner originCorner(void) • int rowCount(void) • int rowMinimumHeight(int row) • int rowStretch(int row) • void setColumnMinimumWidth(int column, int minSize) • void setColumnStretch(int column, int stretch) • void setHorizontalSpacing(int spacing) • void setOriginCorner(Qt::Corner corner) • void setRowMinimumHeight(int row, int minSize) • void setRowStretch(int row, int stretch) • void setSpacing(int spacing) • void setVerticalSpacing(int spacing) • int spacing(void) • int verticalSpacing(void) 62.127 QTextCharFormat Class C++ Reference : http://doc.qt.io/qt-5/QTextCharFormat.html Parameters : void 62.126. QGridLayout Class 730
  • 2. Ring Documentation, Release 1.2 • QString anchorHref(void) • QStringList anchorNames(void) • QFont font(void) • QFont::Capitalization fontCapitalization(void) • QString fontFamily(void) • bool fontFixedPitch(void) • QFont::HintingPreference fontHintingPreference(void) • bool fontItalic(void) • bool fontKerning(void) • qreal fontLetterSpacing(void) • QFont::SpacingType fontLetterSpacingType(void) • bool fontOverline(void) • qreal fontPointSize(void) • int fontStretch(void) • bool fontStrikeOut(void) • QFont::StyleHint fontStyleHint(void) • QFont::StyleStrategy fontStyleStrategy(void) • bool fontUnderline(void) • int fontWeight(void) • qreal fontWordSpacing(void) • bool isAnchor(void) • bool isValid(void) • void setAnchor(bool anchor) • void setAnchorHref( QString value) • void setAnchorNames( QStringList names) • void setFontCapitalization(QFont::Capitalization capitalization) • void setFontFamily( QString family) • void setFontFixedPitch(bool fixedPitch) • void setFontHintingPreference(QFont::HintingPreference hintingPreference) • void setFontItalic(bool italic) • void setFontKerning(bool enable) • void setFontLetterSpacing(qreal spacing) • void setFontLetterSpacingType(QFont::SpacingType letterSpacingType) • void setFontOverline(bool overline) • void setFontPointSize(qreal size) • void setFontStretch(int factor) 62.127. QTextCharFormat Class 731
  • 3. Ring Documentation, Release 1.2 • void setFontStrikeOut(bool strikeOut) • void setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy ) • void setFontStyleStrategy(QFont::StyleStrategy strategy) • void setFontUnderline(bool underline) • void setFontWeight(int weight) • void setFontWordSpacing(qreal spacing) • void setTextOutline( QPen pen) • void setToolTip( QString text) • void setUnderlineColor( QColor color) • void setUnderlineStyle(QTextCharFormat::UnderlineStyle style) • void setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment) • QPen textOutline(void) • QString toolTip(void) • QColor underlineColor(void) • QTextCharFormat::UnderlineStyle underlineStyle(void) • QTextCharFormat::VerticalAlignment verticalAlignment(void) 62.128 QCameraViewfinder Class C++ Reference : http://doc.qt.io/qt-5/QCameraViewfinder.html Parameters : QWidget * Parent Class : QVideoWidget 62.129 QGraphicsVideoItem Class C++ Reference : http://doc.qt.io/qt-5/QGraphicsVideoItem.html Parameters : void • Qt::AspectRatioMode aspectRatioMode(void) • QSizeF nativeSize(void) • QPointF offset(void) • void setAspectRatioMode(Qt::AspectRatioMode mode) • void setOffset(QPointF offset) • void setSize(QSizeF size) • QSizeF size(void) 62.128. QCameraViewfinder Class 732
  • 4. Ring Documentation, Release 1.2 62.130 QVideoWidgetControl Class C++ Reference : http://doc.qt.io/qt-5/QVideoWidgetControl.html Parent Class : QMediaControl 62.131 QCamera Class C++ Reference : http://doc.qt.io/qt-5/QCamera.html Parameters : void Parent Class : QMediaObject • QCamera::CaptureModes captureMode(void) • QCamera::Error error(void) • QString errorString(void) • QCameraExposure * exposure(void) • QCameraFocus * focus(void) • QCameraImageProcessing * imageProcessing(void) • bool isCaptureModeSupported(QCamera::CaptureModes mode) • QCamera::LockStatus lockStatus(void) • QCamera::LockStatus lockStatus_2(QCamera::LockType lockType) • QCamera::LockTypes requestedLocks(void) • void setViewfinder(QVideoWidget * viewfinder) • void setViewfinder_2(QGraphicsVideoItem * viewfinder) • void setViewfinder_3(QAbstractVideoSurface * surface) • QCamera::State state(void) • QCamera::Status status(void) • QCamera::LockTypes supportedLocks(void) • void load(void) • void searchAndLock(void) • void searchAndLock_2(QCamera::LockTypes locks) • void setCaptureMode(QCamera::CaptureModes mode) • void start(void) • void stop(void) • void unload(void) • void unlock(void) • void unlock_2(QCamera::LockTypes locks) 62.130. QVideoWidgetControl Class 733
  • 5. Ring Documentation, Release 1.2 62.132 QCameraImageCapture Class C++ Reference : http://doc.qt.io/qt-5/QCameraImageCapture.html Parameters : QMediaObject * mediaObject • QMultimedia::AvailabilityStatus availability(void) • QVideoFrame::PixelFormat bufferFormat(void) • QCameraImageCapture::CaptureDestinations captureDestination(void) • QImageEncoderSettings encodingSettings(void) • QCameraImageCapture::Error error(void) • QString errorString(void) • QString imageCodecDescription( QString codec) • bool isAvailable(void) • bool isCaptureDestinationSupported(QCameraImageCapture::CaptureDestinations destination) • bool isReadyForCapture(void) • void setBufferFormat( QVideoFrame::PixelFormat format) • void setCaptureDestination(QCameraImageCapture::CaptureDestinations destination) • void setEncodingSettings( QImageEncoderSettings settings) • QList<QVideoFrame::PixelFormat> supportedBufferFormats(void) • QStringList supportedImageCodecs(void) • QList<QSize> supportedResolutions( QImageEncoderSettings settings , bool * continuous ) • void cancelCapture(void) • int capture( QString file ) 62.133 QMediaObject Class C++ Reference : http://doc.qt.io/qt-5/QMediaObject.html Parameters : void Parent Class : QWidget • QStringList availableMetaData(void) • bool isMetaDataAvailable(void) • QVariant metaData( QString key) • int notifyInterval(void) • void setNotifyInterval(int milliSeconds) 62.132. QCameraImageCapture Class 734
  • 6. Ring Documentation, Release 1.2 62.134 QHeaderView Class C++ Reference : http://doc.qt.io/qt-5/QHeaderView.html Parameters : Qt::Orientation, QWidget * Parent Class : QAbstractItemView • bool cascadingSectionResizes(void) • int count(void) • Qt::Alignment defaultAlignment(void) • int defaultSectionSize(void) • int hiddenSectionCount(void) • void hideSection(int logicalIndex) • bool highlightSections(void) • bool isSectionHidden(int logicalIndex) • bool isSortIndicatorShown(void) • int length(void) • int logicalIndex(int visualIndex) • int logicalIndexAt(int position) • int logicalIndexAt_2(int x, int y) • int logicalIndexAt_3( QPoint pos) • int maximumSectionSize(void) • int minimumSectionSize_2(void) • void moveSection(int from, int to) • int offset(void) • Qt::Orientation orientation(void) • int resizeContentsPrecision(void) • void resizeSection(int logicalIndex, int size) • void resizeSections(QHeaderView::ResizeMode mode) • bool restoreState( QByteArray state) • QByteArray saveState(void) • int sectionPosition(int logicalIndex) • QHeaderView::ResizeMode sectionResizeMode(int logicalIndex) • int sectionSize(int logicalIndex) • int sectionSizeHint(int logicalIndex) • int sectionViewportPosition(int logicalIndex) • bool sectionsClickable(void) • bool sectionsHidden(void) 62.134. QHeaderView Class 735
  • 7. Ring Documentation, Release 1.2 • bool sectionsMovable(void) • bool sectionsMoved(void) • void setCascadingSectionResizes(bool enable) • void setDefaultAlignment(Qt::Alignment alignment) • void setDefaultSectionSize(int size) • void setHighlightSections(bool highlight) • void setMaximumSectionSize(int size) • void setMinimumSectionSize(int size) • void setResizeContentsPrecision(int precision) • void setSectionHidden(int logicalIndex, bool hide) • void setSectionResizeMode(QHeaderView::ResizeMode mode) • void setSectionResizeMode_2(int logicalIndex, QHeaderView::ResizeMode mode) • void setSectionsClickable(bool clickable) • void setSectionsMovable(bool movable) • void setSortIndicator(int logicalIndex, Qt::SortOrder order) • void setSortIndicatorShown(bool show) • void setStretchLastSection(bool stretch) • void showSection(int logicalIndex) • Qt::SortOrder sortIndicatorOrder(void) • int sortIndicatorSection(void) • bool stretchLastSection(void) • int stretchSectionCount(void) • void swapSections(int first, int second) • int visualIndex(int logicalIndex) • int visualIndexAt(int position) • void headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast) • void setOffset(int offset) • void setOffsetToLastSection(void) • void setOffsetToSectionPosition(int visualSectionNumber) • void setgeometriesChangedEvent(const char *) • void setsectionClickedEvent(const char *) • void setsectionCountChangedEvent(const char *) • void setsectionDoubleClickedEvent(const char *) • void setsectionEnteredEvent(const char *) • void setsectionHandleDoubleClickedEvent(const char *) • void setsectionMovedEvent(const char *) 62.134. QHeaderView Class 736
  • 8. Ring Documentation, Release 1.2 • void setsectionPressedEvent(const char *) • void setsectionResizedEvent(const char *) • void setsortIndicatorChangedEvent(const char *) • const char *getgeometriesChangedEvent(void) • const char *getsectionClickedEvent(void) • const char *getsectionCountChangedEvent(void) • const char *getsectionDoubleClickedEvent(void) • const char *getsectionEnteredEvent(void) • const char *getsectionHandleDoubleClickedEvent(void) • const char *getsectionMovedEvent(void) • const char *getsectionPressedEvent(void) • const char *getsectionResizedEvent(void) • const char *getsortIndicatorChangedEvent(void) • void geteventparameters(void) 62.135 QFontMetrics Class C++ Reference : http://doc.qt.io/qt-5/QFontMetrics.html Parameters : QFont • int ascent(void) • int averageCharWidth(void) • QRect boundingRect(QChar ch) • QRect boundingRect_2( QString text) • QRect boundingRect_3(int x, int y, int width, int height, int flags, QString text, int tabStops , int * tabArray ) • QRect boundingRect_4( QRect rect, int flags, QString text, int tabStops , int * tabArray ) • int descent(void) • QString elidedText( QString text, Qt::TextElideMode mode, int width, int flags ) • int height(void) • bool inFont(QChar ch) • bool inFontUcs4(uint character) • int leading(void) • int leftBearing(QChar ch) • int lineSpacing(void) • int lineWidth(void) • int maxWidth(void) • int minLeftBearing(void) 62.135. QFontMetrics Class 737
  • 9. Ring Documentation, Release 1.2 • int minRightBearing(void) • int overlinePos(void) • int rightBearing(QChar ch) • QSize size(int flags, QString text, int tabStops , int * tabArray ) • int strikeOutPos(void) • QRect tightBoundingRect( QString text) • int underlinePos(void) • int width( QString text, int len ) • int width_2(QChar ch) • int xHeight(void) 62.136 QSplashScreen Class C++ Reference : http://doc.qt.io/qt-5/QSplashScreen.html Parameters : QPixmap Parent Class : QWidget • void finish(QWidget *mainWin) • QPixmap pixmap(void) • void repaint(void) • void setPixmap(QPixmap pixmap) • void clearMessage(void) • void showMessage(QString message, int alignment ,QColor color) 62.137 QBoxLayout Class C++ Reference : http://doc.qt.io/qt-5/QBoxLayout.html Parameters : QBoxLayout::Direction dir, QWidget *parent Parent Class : QLayout • void addLayout(QLayout * layout, int stretch ) • void addSpacerItem(QSpacerItem * spacerItem) • void addSpacing(int size) • void addStretch(int stretch ) • void addStrut(int size) • void addWidget(QWidget * widget, int stretch , Qt::Alignment alignment ) • QBoxLayout::Direction direction(void) • void insertLayout(int index, QLayout * layout, int stretch ) • void insertSpacerItem(int index, QSpacerItem * spacerItem) 62.136. QSplashScreen Class 738
  • 10. Ring Documentation, Release 1.2 • void insertSpacing(int index, int size) • void insertStretch(int index, int stretch ) • void insertWidget(int index, QWidget * widget, int stretch , Qt::Alignment alignment ) • void setDirection(QBoxLayout::Direction direction) • void setSpacing(int spacing) • void setStretch(int index, int stretch) • bool setStretchFactor(QWidget * widget, int stretch) • bool setStretchFactor_2(QLayout * layout, int stretch) • int spacing(void) • int stretch(int index) 62.138 QLayout Class C++ Reference : http://doc.qt.io/qt-5/QLayout.html Parameters : QWidget * Parent Class : QObject • bool activate(void) • void addWidget(QWidget *w) • QMargins contentsMargins(void) • QRect contentsRect(void) • void getContentsMargins(int *left, int *top, int *right, int *bottom) • bool isEnabled(void) • QWidget *menuBar(void) • QWidget *parentWidget(void) • void removeItem(QLayoutItem *item) • void removeWidget(QWidget *widget) • bool setAlignment(QWidget *w, Qt::Alignment alignment) • void setAlignment_2(Qt::Alignment alignment) • bool setAlignment_3(QLayout *l, Qt::Alignment alignment) • void setContentsMargins(int left, int top, int right, int bottom) • void setContentsMargins_2(QMargins margins) • void setEnabled(bool enable) • void setMenuBar(QWidget *widget) • void setSizeConstraint(QLayout::SizeConstraint) • void setSpacing(int) • QLayout::SizeConstraint sizeConstraint(void) 62.138. QLayout Class 739