src/qt3support/widgets/q3gridview.cpp
changeset 37 758a864f9613
parent 18 2f34d5167611
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    82   Q3GridView is a very simple abstract class based on Q3ScrollView. It
    82   Q3GridView is a very simple abstract class based on Q3ScrollView. It
    83   is designed to simplify the task of drawing many cells of the same
    83   is designed to simplify the task of drawing many cells of the same
    84   size in a potentially scrollable canvas. If you need rows and
    84   size in a potentially scrollable canvas. If you need rows and
    85   columns with different sizes, use a Q3Table instead. If you need a
    85   columns with different sizes, use a Q3Table instead. If you need a
    86   simple list of items, use a Q3ListBox. If you need to present
    86   simple list of items, use a Q3ListBox. If you need to present
    87   hierachical data use a Q3ListView, and if you need random objects
    87   hierarichal data use a Q3ListView, and if you need random objects
    88   at random positions, consider using either a Q3IconView or a
    88   at random positions, consider using either a Q3IconView or a
    89   Q3Canvas.
    89   Q3Canvas.
    90 */
    90 */
    91 
    91 
    92 
    92