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 QHeaderView::sectionCountChanged ( int oldCount, int newCount ) [signal] This signal is emitted when the number of sections changes, i.e., when sections are added or deleted. The original count is...

missing

QModelIndex QAbstractItemModel::createIndex ( int row, int column, void \* ptr = 0 ) const [protected] Creates a model index for the given row and column with the internal pointer ptr....

missing

QList QMdiArea::subWindowList ( WindowOrder order = CreationOrder ) const Returns a list of all subwindows in the MDI area. If order is CreationOrder (the default), the windows are sorted in...

missing

void QAbstractItemView::startDrag ( Qt::DropActions supportedActions ) [virtual protected] Starts a drag by calling drag->exec() using the given supportedActions.

missing

void QAbstractItemView::setSelection ( const QRect & rect, QItemSelectionModel::SelectionFlags flags ) [pure virtual protected] Applies the selection flags to the items in or touched by the rectangle, rect. When implementing your...

missing

State QAbstractItemView::state () const [protected] Returns the item view's state.

missing

void QAbstractItemView::setState ( State state ) [protected] Sets the item view's state to the given state.

missing

This is a known problem and caused by changes in Qt 4.8 It used to work fine prior to that.

missing

The Phonon library is not compiled because it is commented in CMakeLists.txt due to various dependency problems. (This is fairly high on my personal wishlist since it would mean lqt...

missing

void QAbstractItemView::commitData ( QWidget \* editor ) [virtual protected slot] Commit the data in the editor to the model.

missing