Where to find QStorageInfo?
-
Hi @wowy,
Please answer the 2 questions in my previous post.
But if i use the install from the ubuntu software center it will only install it in the qt5 version i installed using the USC, right ?
Right.
I use qt creator with a qt5 kit and a qt4 kit, i manually installed the qt4 version and i would need to use the serial port too with this version.
You only asked for Qt 5 in your original post, so I gave you a Qt 5 solution. Anyway, try that first; focus on getting it working for Qt 5 first. Worry about Qt 4 later.
[EDIT: Split off into a new thread -- JKSH]
@JKSH
Do you know the package of QStorageInfo is ?
I had make successfully on my computer but when i make it into the other computer it will show errors said is not declaring.
Both computer is based on qt5.5. -
[EDIT: Split off into a new thread -- JKSH]
@JKSH
Do you know the package of QStorageInfo is ?
I had make successfully on my computer but when i make it into the other computer it will show errors said is not declaring.
Both computer is based on qt5.5.Hi @victor-wang,
Please do not post in other peoples' threads if your question is not related. Please start your own thread.
@victor-wang said in Where to find QStorageInfo:
Do you know the package of QStorageInfo is ?
It is in Qt Core: http://doc.qt.io/qt-5/qstorageinfo.html Every version of Qt since Qt 5.4 will have it.
I had make successfully on my computer but when i make it into the other computer it will show errors said is not declaring.
Make sure you
#includethe QStorageInfo header.