1
0
Fork 0
mirror of synced 2024-05-18 19:32:43 +12:00
czkawka/czkawka_gui/ui/popover_select.ui

103 lines
4.3 KiB
Plaintext
Raw Normal View History

2022-03-11 17:43:30 +13:00
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.10.3 -->
2021-07-08 07:13:36 +12:00
<interface>
2022-05-22 20:59:09 +12:00
<!-- interface-name popover_select.ui -->
<requires lib="gtk" version="4.0"/>
2021-07-08 07:13:36 +12:00
<object class="GtkPopover" id="popover_select">
2022-05-22 20:59:09 +12:00
<property name="child">
2021-07-08 07:13:36 +12:00
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="buttons_popover_select_custom">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select custom</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_unselect_custom">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Unselect custom</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
2022-05-22 20:59:09 +12:00
<object class="GtkSeparator" id="separator_select_custom"/>
2021-07-08 07:13:36 +12:00
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_images_except_biggest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select all except biggest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_images_except_smallest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select all except smallest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
2022-05-22 20:59:09 +12:00
<object class="GtkSeparator" id="separator_select_image_size"/>
2021-07-08 07:13:36 +12:00
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_except_oldest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select all except oldest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all_except_newest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select all except newest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_one_oldest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select one oldest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_one_newest">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select one newest</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
2022-05-22 20:59:09 +12:00
<object class="GtkSeparator" id="separator_select_date"/>
2021-07-08 07:13:36 +12:00
</child>
<child>
<object class="GtkButton" id="buttons_popover_reverse">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Reverse Selection</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
2022-05-22 20:59:09 +12:00
<object class="GtkSeparator" id="separator_select_reverse"/>
2021-07-08 07:13:36 +12:00
</child>
<child>
<object class="GtkButton" id="buttons_popover_select_all">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Select All</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
<child>
<object class="GtkButton" id="buttons_popover_unselect_all">
2022-05-22 20:59:09 +12:00
<property name="focusable">1</property>
2022-03-11 17:43:30 +13:00
<property name="label" translatable="yes">Unselect All</property>
2022-05-22 20:59:09 +12:00
<property name="receives-default">1</property>
2021-07-08 07:13:36 +12:00
</object>
</child>
</object>
2022-05-22 20:59:09 +12:00
</property>
2021-07-08 07:13:36 +12:00
</object>
</interface>