#include "complexwidgets.h"
#include <qapplication.h>
#include <qabstractbutton.h>
#include <qevent.h>
#include <qheaderview.h>
#include <qtabbar.h>
#include <qcombobox.h>
#include <qlistview.h>
#include <qtableview.h>
#include <qlineedit.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include <qtreeview.h>
#include <private/qtabbar_p.h>
#include <QAbstractScrollArea>
#include <QScrollArea>
#include <QScrollBar>
#include <QDebug>
Go to the source code of this file.
◆ qt_accStripAmp()
Definition at line 135 of file qaccessiblewidget.cpp.
Referenced by QAccessibleTabBar::text().
140 newText.remove(ampIndex, 1);
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
◆ removeInvisibleWidgetsFromList()
static void removeInvisibleWidgetsFromList |
( |
QWidgetList * |
list | ) |
|
|
inlinestatic |
Definition at line 1929 of file complexwidgets.cpp.
1934 for (
int i = 0; i < list->
count(); ++i) {
QPointer< QWidget > widget
int count(const T &t) const
Returns the number of occurrences of value in the list.
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
const T & at(int i) const
Returns the item at index position i in the list.
void removeAt(int i)
Removes the item at index position i.
◆ rowAt()
Definition at line 657 of file complexwidgets.cpp.
Referenced by QAccessibleItemRow::doAction().
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const =0
Returns the number of columns for the children of the given parent.
QModelIndex sibling(int row, int column) const
Returns the sibling at row and column.
QModelIndex parent() const
Returns the parent of the model index, or QModelIndex() if it has no parent.
int row() const
Returns the row this model index refers to.
const QAbstractItemModel * model() const
Returns a pointer to the model containing the item that this index refers to.
The QItemSelection class manages information about selected items in a model.