Changeset 624
- Timestamp:
- Mar 3, 2010, 9:24:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r576 r624 337 337 338 338 QT_PM_REGISTRY The opposite to the above. If set, Qt will use the 339 Open32 registry to store application settings. 339 Open32 registry to store application settings. This 340 variable is ignored if QT_PM_NO_REGISTRY is set. 341 342 QT_PM_NO_SYSTEM_LOCALE If set, Qt will ignore the regional settings from 343 the system locale object found in the Country 344 Palette located in the System Setup folder and will 345 take them from the internal Qt locale database 346 according to the current country and language 347 settings. Due to the fact that this internal Qt 348 database usually has a better representation of the 349 regional settings, this is the default behavior if 350 neither this nor the QT_PM_SYSTEM_LOCALE variable is 351 set. 352 353 QT_PM_SYSTEM_LOCALE The opposite to the above. If set, Qt will use the 354 regional settings as found in the default locale 355 object set the Country Palette. This variable is 356 ignored if QT_PM_NO_SYSTEM_LOCALE is set. 357 358 LANG This variable can be used to override the default 359 country and language used in the Qt application both 360 for regional settings and for translations. The 361 format of the value is "ll_CC" where <ll> is the 362 two-letter ISO language code and <CC> is the two- 363 letter ISO country code. Note that if this variable 364 is not set, Qt will derive the language and country 365 from the system country code specified in the 366 COUNTRY statement of CONFIG.SYS. 340 367 341 368 … … 373 400 Qt. 374 401 375 4. In order to let Qt correctly detect the regional settings and choose the 376 right language for translating the user interface, the LANG environment 377 variable must be set. The format is 378 379 set LANG=ll_CC 380 381 where <ll> is the language code and <CC> is the country code (refer to 382 wikipedia.org to find correct letters for your langage and country if you 383 do not know them). Note that the optional encoding part of the LANG 384 specification is ignored by Qt for OS/2 since 4.5.1 Beta 5 because it now 385 detects the encoding automatically based on the system OS/2 settings. 386 387 Later, the correct language will be detected from the system settings so 388 that specifying LANG will be not necessary at all. 389 390 5. No qt3support module. This functionality is rarely necessary in mature 402 4. No qt3support module. This functionality is rarely necessary in mature 391 403 real life applications and has low priority. 392 404 393 6. No native PM style, but Qt will use fonts and colors from the current405 . No native PM style, but Qt will use fonts and colors from the current 394 406 OS/2 theme. Hint: if your default OS/2 font is "WarpSans", install the 395 407 "Workplace Sans" TTF font from Alex Taylor to get more native look & feel. … … 399 411 http://users.socis.ca/~ataylo00/creative/fonts/workplace/ 400 412 401 7. QProcess: when starting PM applications from text-mode applications, the413 . QProcess: when starting PM applications from text-mode applications, the 402 414 returned PID is a PID of the intermediate cmd.exe process, not the target 403 415 application. 404 416 405 8. The followign classes are not available due to their rare usage or low417 . The followign classes are not available due to their rare usage or low 406 418 importance on the OS/2 platform: QSharedMemory, QSystemSemaphore, 407 419 QInputContext, QAccessible. The following macros are defined to indicate … … 410 422 relevant parts of code so they should still build. 411 423 412 9. No QAssistant. No IPV6 support in the network module (QT_NO_IPV6 is424 . No QAssistant. No IPV6 support in the network module (QT_NO_IPV6 is 413 425 defined). 414 426
Note:
See TracChangeset
for help on using the changeset viewer.