Parent:
[241586]
(diff)
Download this file
webcache.ui
52 lines (51 with data), 1.3 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Webcache</class>
<widget class="QDialog" name="Webcache">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Webcache editor</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="searchLBL">
<property name="text">
<string>Search regexp</string>
</property>
<property name="buddy">
<cstring>searchLE</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="searchLE"/>
</item>
</layout>
</item>
<item>
<widget class="QTableView" name="tableview">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>