-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchanges-1.43
64 lines (42 loc) · 2.24 KB
/
changes-1.43
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Here is a list of user-visible changes in Qt from 1.42 to 1.43. The
usual bugfixes have been added.
****************************************************************************
* New classes *
****************************************************************************
None.
****************************************************************************
* Enhancements from 1.42 to 1.43 *
****************************************************************************
Popup widgets work much better now.
Modal dialogs are also improved.
A QPopupMenu that lives in a menubar can now safely be reused in other
places.
QWhatsThis can be used from a popupmenu.
New keycodes Key_Hyper_L and Key_Hyper_R.
The keyboard interfaces to some widget have been improved.
****************************************************************************
* Changes that might affect runtime behavior *
****************************************************************************
None
****************************************************************************
* Changes that might generate compile errors *
* when compiling old code *
****************************************************************************
None
****************************************************************************
* Type changes that might generate warnings: *
****************************************************************************
None
****************************************************************************
* Deprecated functions *
****************************************************************************
None.
****************************************************************************
* New global functions *
****************************************************************************
None.
****************************************************************************
* New public/protected functions added to existing classes *
****************************************************************************
int QPopupMenu::idAt( const QPoint& pos ) const
QRegion::QRegion( const QBitmap & )