lqt icon indicating copy to clipboard operation
lqt copied to clipboard

Lua bindings for Qt4 by Mauro Iazzi

Results 39 lqt issues
Sort by recently updated
recently updated
newest added

void QAbstractItemView::closeEditor ( QWidget \* editor, QAbstractItemDelegate::EndEditHint hint ) [virtual protected slot] Closes the given editor, and releases it. The hint is used to specify how the view should respond...

missing

QModelIndexList QAbstractItemView::selectedIndexes () const [virtual protected] This convenience function returns a list of all selected and non-hidden item indexes in the view. The list contains no duplicates, and is not...

missing

QModelIndex QAbstractItemView::moveCursor ( CursorAction cursorAction, Qt::KeyboardModifiers modifiers ) [pure virtual protected] Returns a QModelIndex object pointing to the next object in the view, based on the given cursorAction and keyboard...

missing

QList QTreeWidget::findItems ( const QString & text, Qt::MatchFlags flags, int column = 0 ) const

missing

QList QNetworkInterface::allInterfaces () [static] Returns a listing of all the network interfaces found on the host machine.

missing

QList QTableWidget::selectedRanges () const Returns a list of all selected ranges.

missing

void QTabWidget::setTabBar ( QTabBar \* tb ) [protected] Replaces the dialog's QTabBar heading with the tab bar tb. Note that this must be called before any tabs have been added,...

missing