Hi, My application uses the clipboard's setText function (not in selection mode) for copied text. It works fine while the app is running, but the clipboard is always empty after exiting the application. This occurs on both Linux (Qt 3.3.3) and Windows (Qt 2.3). Any ideas? Is some sort of inappropriate garbage collection going on? Thanks, Doug.