diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/widgets/qlistview.cpp | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r-- | src/widgets/qlistview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index f537cc3b8..7340bf35b 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -2195,7 +2195,7 @@ void TQListViewItem::paintCell( TQPainter * p, const TQColorGroup & cg, } /*! - Returns the number of pixels of width retquired to draw column \a c + Returns the number of pixels of width required to draw column \a c of list view \a lv, using the metrics \a fm without cropping. The list view containing this item may use this information depending on the TQListView::WidthMode settings for the column. @@ -2833,7 +2833,7 @@ TQListView::~TQListView() /*! Calls TQListViewItem::paintCell() and TQListViewItem::paintBranches() as necessary for all list view - items that retquire repainting in the \a cw pixels wide and \a ch + items that require repainting in the \a cw pixels wide and \a ch pixels high bounding rectangle starting at position \a cx, \a cy with offset \a ox, \a oy. Uses the painter \a p. */ @@ -6961,7 +6961,7 @@ bool TQListView::rootIsDecorated() const /*! Ensures that item \a i is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items - if this is retquired to show the item. + if this is required to show the item. \sa itemRect() TQScrollView::ensureVisible() */ |