python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem on std::sort with QObject and QVector<MyQObject*>
I have a problem with sort of QVector<MyQObject*>. This is in real case of use for listing directorys and datas (like ls unix command). Here in this example "/Users/Stephane/" on my un...
Stéphane
Votes: 0
Answers: 1
invalit type 'int[int]' for array subscript
I`m trying convert QBytearray to QVector<QVector3D>.
extern "C" {
typedef struct {
double **vertexes;
int top_rows_vertexes;
int top_column_vertexes;
...
Genrih Frank
Votes: 0
Answers: 1
QVector construct with multiple object
I want to QVector start with several QSoundEffects (pratically). I try below code but not work.
QVector<QSoundEffect *> reelSounds(4,new QSoundEffect());
I also don't want to go to a long method...
blackmamba
Votes: 0
Answers: 1