|
a/src/qtgui/viewaction_w.cpp |
|
b/src/qtgui/viewaction_w.cpp |
|
... |
|
... |
60 |
new QTableWidgetItem(QString::fromAscii(it->first.c_str())));
|
60 |
new QTableWidgetItem(QString::fromAscii(it->first.c_str())));
|
61 |
actionsLV->setItem(row, 1,
|
61 |
actionsLV->setItem(row, 1,
|
62 |
new QTableWidgetItem(QString::fromAscii(it->second.c_str())));
|
62 |
new QTableWidgetItem(QString::fromAscii(it->second.c_str())));
|
63 |
row++;
|
63 |
row++;
|
64 |
}
|
64 |
}
|
65 |
QStringList labels(tr("Mime type"));
|
65 |
QStringList labels(tr("MIME type"));
|
66 |
labels.push_back(tr("Command"));
|
66 |
labels.push_back(tr("Command"));
|
67 |
actionsLV->setHorizontalHeaderLabels(labels);
|
67 |
actionsLV->setHorizontalHeaderLabels(labels);
|
68 |
}
|
68 |
}
|
69 |
|
69 |
|
70 |
void ViewAction::selectMT(const QString& mt)
|
70 |
void ViewAction::selectMT(const QString& mt)
|