forked from qt-creator/qt-creator
Process Listing Windows
This commit is contained in:
committed by
unknown
parent
1e7d6a01e6
commit
86b6c44e4e
@@ -36,6 +36,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
class QModelIndex;
|
||||
class QStandardItemModel;
|
||||
class QSortFilterProxyModel;
|
||||
|
||||
namespace Ui {
|
||||
class AttachCoreDialog;
|
||||
@@ -50,6 +51,14 @@ QT_END_NAMESPACE
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
struct ProcData
|
||||
{
|
||||
QString ppid;
|
||||
QString name;
|
||||
QString image;
|
||||
QString state;
|
||||
};
|
||||
|
||||
class AttachCoreDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -68,7 +77,6 @@ private:
|
||||
Ui::AttachCoreDialog *m_ui;
|
||||
};
|
||||
|
||||
|
||||
class AttachExternalDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -85,6 +93,7 @@ private slots:
|
||||
|
||||
private:
|
||||
Ui::AttachExternalDialog *m_ui;
|
||||
QSortFilterProxyModel *m_proxyModel;
|
||||
QStandardItemModel *m_model;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user