Hi,

Firstly, QtCreator seems unable to copy to my clipboard. It can paste just fine, but it can't copy. Actually, that's not entirely true. It seems to copy correctly for about the first 10 minutes of use, but after that it seemingly just loses the ability to copy to the clipboard. This happens every time, so i'm guessing some common operation that I do after opening QtCreator causes this bug to occur. Has anyone else experienced this?

Secondly, if I make a Qt GUI application (just by going to file -> new project) and then add a QtDeclarativeView to UI in the form designer, then it goes very wrong. iIt imports the wrong file, importing qtquick1/qdeclarativeview when it should just import qdeclarativeview. Also, it needs to add Qt += declarative to the .pro file to see the qdeclarative library i'm guessing. Those were the things I did to get the view to work correctly anyway. Even after all that though, it still gave me a lot of grief when specifying the source property to the view.

I'm guessing the second problem is just an annoying nasty bug....but is the first one at all fixable? I'm guessing these problems are due to the fact that it's new software and i'm running it on Linux.

Thanks a lot,

Matthew

Edit:: This is 2.6.1 on Qt 5.