Genau, ich meinte im Monitor-Fenster. Falls man auf die Schnelle die genaue Zeit sehen wollte.
Mittlerweile habe ich auch verstanden, wie es mit dem Log-Fenster funktioniert. Da gibt's ja die Sekunden.
Ich vermute im window.cpp muss Zeile 769 angepasst werden.
von
nach
Dann gibt es die Sekunden.
Und mit zusätzlichem Datum:
Bin aber kein Experte und habe keinen Github-Zugang.
Mit Kompilieren und son'n Zeugs kenne ich mich nicht aus.
VG!!
Mittlerweile habe ich auch verstanden, wie es mit dem Log-Fenster funktioniert. Da gibt's ja die Sekunden.
Ich vermute im window.cpp muss Zeile 769 angepasst werden.
von
Code:
[TABLE="class: highlight tab-size js-file-line-container"] [TR] [/TR] [TR] [TD="class: blob-code blob-code-inner js-file-line"]model->[COLOR=#0086B3]setData[/COLOR](model->[COLOR=#0086B3]index[/COLOR](rownum, [COLOR=#0086B3]4[/COLOR]), [COLOR=#0086B3]QTime::currentTime[/COLOR]());[/TD] [/TR] [/TABLE]
Code:
[TABLE="class: highlight tab-size js-file-line-container"] [TR] [/TR] [TR] [TD="class: blob-code blob-code-inner js-file-line"]model->[COLOR=#0086B3]setData[/COLOR](model->[COLOR=#0086B3]index[/COLOR](rownum, [COLOR=#0086B3]4[/COLOR]), [COLOR=#0086B3][FONT=Consolas][SIZE=12px]QTime::currentTime[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]().[/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]toString[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px](Qt::ISODate)[/SIZE][/FONT][/COLOR]);[/TD] [/TR] [/TABLE]
Und mit zusätzlichem Datum:
Code:
[TABLE="class: highlight tab-size js-file-line-container"] [TR] [/TR] [TR] [TD="class: blob-code blob-code-inner js-file-line"]model->[COLOR=#0086B3]setData[/COLOR](model->[COLOR=#0086B3]index[/COLOR](rownum, [COLOR=#0086B3]4[/COLOR]), [COLOR=#0086B3][FONT=Consolas][SIZE=12px]QDate::currentDate[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]().[/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]toString[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px](Qt::ISODate).[/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]append[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]([/SIZE][/FONT][/COLOR][COLOR=#183691][FONT=Consolas][SIZE=12px]" "[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]).[/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]append[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]([/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]QTime::currentTime[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px]().[/SIZE][/FONT][/COLOR][COLOR=#0086B3][FONT=Consolas][SIZE=12px]toString[/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Consolas][SIZE=12px](Qt::ISODate)[/SIZE][/FONT][/COLOR]);[/TD] [/TR] [/TABLE]
Mit Kompilieren und son'n Zeugs kenne ich mich nicht aus.
VG!!
Kommentar