mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
74 lines
3.0 KiB
XML
74 lines
3.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.9.0 -->
|
|
<!-- Generated with glade 3.38.2
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (c)
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|
|
Author: Rafał Mikrut
|
|
|
|
-->
|
|
<interface>
|
|
<!-- interface-name Czkawka -->
|
|
<!-- interface-description Czkawka is simple and fast app to find duplicates, empty folders, similar images etc. -->
|
|
<!-- interface-authors Rafa\305\202 Mikrut -->
|
|
<!-- interface-license-id mit_x11 -->
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<object class="GtkPopover" id="popover_right_click">
|
|
<property name="can-focus">False</property>
|
|
<property name="position">left</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="can-focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="buttons_popover_right_click_open_file">
|
|
<property name="can-focus">True</property>
|
|
<property name="label" translatable="yes">Open File</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="buttons_popover_right_click_open_folder">
|
|
<property name="can-focus">True</property>
|
|
<property name="label" translatable="yes">Open Folder</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|