By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2648 - tqt3: add sort options for TQListView
Summary: tqt3: add sort options for TQListView
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2969
  Show dependency treegraph
 
Reported: 2016-05-03 23:30 CDT by Michele Calgaro
Modified: 2018-08-30 02:59 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2016-05-03 23:30:16 CDT
Add the following options for TQListView sortation

1) sort only top-level (parentless) items; children of top level items are not sorted. Useful in situations where we want a list of items that can be ordered, but where the sub-items should remain in the order in which they were added.

2) Do not sort leaves: if true, the last level items (leaves) are not sorter

3) an option like "sort at to level xx", where the first xx level of the tree are sorted and any other sublevel is not.