Die Suche ergab 18 Treffer

von agbamobl
19. August 2009 08:54
Forum: Qt Programmierung
Thema: Problem mit Konvertion string to Qstring
Antworten: 2
Zugriffe: 2098

Problem mit Konvertion string to Qstring

Hallo Leute ich habe ein Problem ich habe eine Funktion geschrieben um die aktuelle programme, die auf ein user laufen zu ermitteln. string app_list(int zeile) { string befehl_app_anzahl; // Befehl um die app_anzahl von browser zu bekommen. int anzahl_app; // Die App_anzahl wird in dieser Variante g...
von agbamobl
10. Juni 2009 13:38
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

danke, aber ich meine wie ich programm kompilieren kann beispiel #include <qapplication.h> #include <qwt_plot.h> #include <qwt_data.h> #include <cmath> class Plot : public QwtPlot { // simple class to demonstrate Qwt Plots static int const NPOINTS = 150; double x[NPOINTS], ysin[NPOINTS], ycos[NPOINT...
von agbamobl
10. Juni 2009 12:28
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

danke ich habe nochmals den pfad gegeben und es funktioniert .

Aber ich habe nur eine Frage wenn ich etwas programmiere, werde ich immer folgendes machen

Code: Alles auswählen

 qmake-qt4
           make
und dann in den Ordner bin gehen um die ausführbare datei finden?
von agbamobl
10. Juni 2009 12:21
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

ich bekomme so was:
gruppe2@debian:~/qwt/qwt-5.2.0/examples/bin$ ldd simple |grep qwt
libqwt.so.5 => not found
ich hatte nach meine kompilation diese befehl getippt:
export LD_LIBRARY_PATH=/home/gruppe2/qwt/qwt-5.2.0/lib
ist das nicht korekt?
von agbamobl
10. Juni 2009 11:55
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

danke für deine Hilfe
ich habe jetzt diese Meldung

Code: Alles auswählen

./simple: error while loading shared libraries: libqwt.so.5: cannot open shared object file: No such file or directory
[/code]
von agbamobl
10. Juni 2009 11:39
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

ich weiss ich nicht wie ich die dartellung sehen kann. Ich habe qmake-qt4 und make getippt. aber bei make. eigentlich ich weiss nicht welche befehle soll ich tippen und zu kompilieren.
sorry aber ich bin total neu dabei
von agbamobl
10. Juni 2009 11:11
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

Ich habe noch ein anderes Problem. Kann mir jemand sagen, wie ich ein programm mit qwt kompilieren kann. Oder bzw. die Beispiele wie simple_plot kompilieren kann. es klappt irgendwie nicht.
von agbamobl
9. Juni 2009 16:22
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

hallo,

Danke noch, mein Problem war bei meiner Version von Debian. Ich habe qwt jetzt installiert
von agbamobl
5. Juni 2009 15:11
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

Ok wie kann ich ein update von mein qt machen?
von agbamobl
29. Mai 2009 15:07
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

er hat mir sowas zurückgegeben

Qt Version: 262657
von agbamobl
29. Mai 2009 14:35
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

ok aber wie kann ich ein update davon machen.
von agbamobl
29. Mai 2009 14:34
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

wenn ich mich nicht irre, habe ich qt-x11opensource 4.5.0 und qt-embedded 4.5.0 installiert.
ich glaube dass ich auf den letzte Stand bin.
von agbamobl
29. Mai 2009 13:32
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

Ach so ich benutze QT4 unter debian
von agbamobl
29. Mai 2009 13:29
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

ich habe qwt versucht zu kompilieren, aber ich bekomme folgende fehlermeldung: qwt_painter.cpp: In static member function ‘static QPen QwtPainter::scaledPen(const QPen&))’: qwt_painter.cpp:754: error: ‘const class QPenn’ has no member named ‘isCosmeticc’ qwt_painter.cpp:761: error: ‘class QPenn’...
von agbamobl
29. Mai 2009 12:21
Forum: Qt Programmierung
Thema: Grafik Darstellung mit Qt
Antworten: 24
Zugriffe: 10594

Grafik Darstellung mit Qt

Hallo Leute,

ich habe momentan auf ein Project und muss ein Thread monitoring mit QT machen.
Mein Frage ist gibt ein möglichkeit mit Qt ein solche Grafik wie bei Windows Manager zu machen. damit meinte ich, ein Achsendiagramm mit X- und Y-Achse.

Danke in voraus