diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
commit | 479f5f799523bffbcc83dff581a2299c047c6fff (patch) | |
tree | 186aae707ed02aac6c7cab2fb14e97f72aca5e36 /kjsembed/docs/types.html | |
parent | f1dbff6145c98324ff82e34448b7483727e8ace4 (diff) | |
download | tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjsembed/docs/types.html')
-rw-r--r-- | kjsembed/docs/types.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/kjsembed/docs/types.html b/kjsembed/docs/types.html index 1b3f2120..59701605 100644 --- a/kjsembed/docs/types.html +++ b/kjsembed/docs/types.html @@ -38,8 +38,8 @@ continue to be supported. <h3>Strings</h3> <ul> -<li>QString -> String -<li>QCString -> String +<li>TQString -> String +<li>TQCString -> String <li>const char * -> String <li>String -> QString <li>String -> QCString @@ -48,66 +48,66 @@ continue to be supported. <h2>Qt Object Types</h2> -<h3>QColor</h3> +<h3>TQColor</h3> Represents a color, possibly including an alpha channel. <ul> -<li>QColor -> '#rrggbb' +<li>TQColor -> '#rrggbb' <li>'#rrggbb' -> QColor <li>'#rrggbbaa' -> QColor </ul> -<h3>QPoint</h3> +<h3>TQPoint</h3> Represents a point. <ul> -<li>QPoint -> [x,y] +<li>TQPoint -> [x,y] <li>[x,y] -> QPoint <li>obj.x obj.y -> QPoint </ul> -<h3>QSize</h3> +<h3>TQSize</h3> Represents a size. <ul> -<li>QSize -> [w,h] +<li>TQSize -> [w,h] <li>[w,h] -> QSize <li>obj.w obj.h -> QSize </ul> -<h3>QRect</h3> +<h3>TQRect</h3> Represents a rectangle. <ul> -<li>QRect -> [x,y,w,h] +<li>TQRect -> [x,y,w,h] <li>[x,y,w,h] -> QRect <li>obj.x obj.y obj.w obj.h -> QRect </ul> -<h3>QDate</h3> +<h3>TQDate</h3> Represents a date. <ul> -<li>QDate -> '' +<li>TQDate -> '' </ul> -<h3>QTime</h3> +<h3>TQTime</h3> Represents a time. <ul> -<li>QTime -> '' +<li>TQTime -> '' </ul> -<h3>QDateTime</h3> +<h3>TQDateTime</h3> Represents a date/time pair. <ul> -<li>QDateTime -> '' +<li>TQDateTime -> '' </ul> -<h3>QKeySequence</h3> +<h3>TQKeySequence</h3> Represents a sequence of keys, eg. it is used for accelerators. <ul> -<li>QKeySequence -> '' +<li>TQKeySequence -> '' </ul> -<h3>QFont</h3> +<h3>TQFont</h3> Represents a font. <ul> -<li>QFont -> '' +<li>TQFont -> '' </ul> <h2>KDE Object Types</h2> |