diff options
author | Michele Calgaro <[email protected]> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/ntqlistview.html | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index e1e200506..30e8d26f5 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -277,7 +277,7 @@ The second group consists of <a href="#doubleClicked">doubleClicked</a>(TQListVi <p> Note that changing the state of the list view in a slot connected to a list view signal may cause unexpected side effects. If you need to change the list view's state in response to a signal, use -a <a href="ntqtimer.html#singleShot">single shot timer</a> with a +a <a href="tqtimer.html#singleShot">single shot timer</a> with a time out of 0, and connect this timer to a slot that modifies the list view's state. <p> In <a href="motif-extension.html#Motif">Motif</a> style, TQListView deviates fairly strongly from the look |