diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-10 15:10:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-13 11:44:42 +0900 |
| commit | 8f8f84410cc591c85c5e83e0b3efdcda5fdbe42e (patch) | |
| tree | f273a932ce048ef22ea9d9888b77ea8a2b8f3e33 /src/sq_viewcache.ui | |
| parent | 424635023ee423826de12514b2fec7834b8deb7b (diff) | |
| download | ksquirrel-8f8f8441.tar.gz ksquirrel-8f8f8441.zip | |
Rename 'ksquirrel' folder to 'src'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 203fcb8d90752b546c672c625927a136b959fcfb)
Diffstat (limited to 'src/sq_viewcache.ui')
| -rw-r--r-- | src/sq_viewcache.ui | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/src/sq_viewcache.ui b/src/sq_viewcache.ui new file mode 100644 index 0000000..b82ceb7 --- /dev/null +++ b/src/sq_viewcache.ui @@ -0,0 +1,168 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SQ_ViewCache</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>SQ_ViewCache</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>523</width> + <height>410</height> + </rect> + </property> + <property name="caption"> + <string>Memory cache</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <property name="modal"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQPushButton" row="3" column="2"> + <property name="name"> + <cstring>pushButton1</cstring> + </property> + <property name="text"> + <string>Close</string> + </property> + </widget> + <widget class="TQListView" row="0" column="0" rowspan="1" colspan="3"> + <column> + <property name="text"> + <string>Name</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>MIME</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Parameters</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>listCache</cstring> + </property> + <property name="resizePolicy"> + <enum>AutoOneFit</enum> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <property name="resizeMode"> + <enum>NoColumn</enum> + </property> + </widget> + <widget class="Line" row="1" column="0" rowspan="2" colspan="3"> + <property name="name"> + <cstring>line1</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="TQLayoutWidget" row="3" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string><b>Total:</b></string> + </property> + <property name="alignment"> + <set>AlignVCenter</set> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>textTotal</cstring> + </property> + <property name="textFormat"> + <enum>RichText</enum> + </property> + <property name="alignment"> + <set>AlignCenter</set> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>16</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>pushButton1</sender> + <signal>clicked()</signal> + <receiver>SQ_ViewCache</receiver> + <slot>accept()</slot> + </connection> +</connections> +<tabstops> + <tabstop>listCache</tabstop> + <tabstop>pushButton1</tabstop> +</tabstops> +<includes> + <include location="local" impldecl="in implementation">sq_pixmapcache.h</include> + <include location="local" impldecl="in implementation">sq_viewcache.ui.h</include> +</includes> +<functions> + <function access="private" specifier="non virtual">init()</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +</UI> |
