]> git.cworth.org Git - apitrace/commit - gui/mainwindow.cpp
Start working on trace editing
authorZack Rusin <zack@kde.org>
Fri, 15 Apr 2011 05:45:05 +0000 (01:45 -0400)
committerZack Rusin <zack@kde.org>
Fri, 15 Apr 2011 05:45:05 +0000 (01:45 -0400)
commit963102f78ba207fe9a8ca30f9f76e44832e7e569
treebafdbd78905fc009ce65f82603df15e8b5927b26
parentcefdd197f2f20d8afdbcac6e93680ac9aa8c0351
Start working on trace editing

start with a widget to edit call arguments.
right now in a dock to make it easier to test, but eventually
will be in a dialog
12 files changed:
gui/CMakeLists.txt
gui/apitracecall.cpp
gui/apitracecall.h
gui/argumentseditor.cpp [new file with mode: 0644]
gui/argumentseditor.h [new file with mode: 0644]
gui/mainwindow.cpp
gui/mainwindow.h
gui/qapitrace.qrc
gui/resources/edit-undo.png [new file with mode: 0644]
gui/resources/emblem-locked.png [new file with mode: 0644]
gui/ui/argumentseditor.ui [new file with mode: 0644]
gui/ui/mainwindow.ui