add closing shortcut, change to tableview, file processing logic

This commit is contained in:
Kilian Valkhof 2010-02-01 21:14:47 +01:00
parent 0736a8f3a3
commit 95789e1920
3 changed files with 73 additions and 22 deletions

View file

@ -147,7 +147,7 @@
</layout>
</item>
<item>
<widget class="QColumnView" name="processedfiles">
<widget class="QTableView" name="processedfiles">
<property name="enabled">
<bool>true</bool>
</property>
@ -190,6 +190,27 @@
<property name="textElideMode">
<enum>Qt::ElideRight</enum>
</property>
<property name="showGrid">
<bool>true</bool>
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderHighlightSections">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>