add configuration interface slots

This commit is contained in:
arcan1s
2014-09-02 01:10:27 +04:00
parent a65f4cb02f
commit c69957e905
4 changed files with 169 additions and 69 deletions

View File

@ -410,6 +410,9 @@
<layout class="QVBoxLayout" name="layout_pkgCommand">
<item>
<widget class="QTableWidget" name="tableWidget_pkgCommand">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="toolTip">
<string>Editable
del - remove item</string>
@ -439,6 +442,9 @@ del - remove item</string>
</item>
<item row="2" column="0">
<widget class="QTableWidget" name="tableWidget_customCommand">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="toolTip">
<string>Editable
del - remove item</string>