1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Generated with glade 3.20.0 -->
- <!--
- # Copyright 2017 Daniel 'grindhold' Brendle
- #
- # This file is part of parceldude.
- #
- # parceldude is free software: you can redistribute it and/or
- # modify it under the terms of the GNU General Public License
- # as published by the Free Software Foundation, either
- # version 3 of the License, or (at your option) any later
- # version.
- #
- # parceldude is distributed in the hope that it will be
- # useful, but WITHOUT ANY WARRANTY; without even the implied
- # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- # PURPOSE. See the GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public
- # License along with parceldude.
- # If not, see http://www.gnu.org/licenses/.
- -->
- <interface>
- <requires lib="gtk+" version="3.20"/>
- <template class="ParceldudeMainWindow" parent="GtkApplicationWindow">
- <property name="can_focus">False</property>
- <child>
- <object class="GtkStack" id="stack">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- <child type="titlebar">
- <object class="GtkHeaderBar">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="title">Parceldude</property>
- <property name="subtitle">Install many MSI-Packages at once</property>
- <property name="show_close_button">True</property>
- <child>
- <object class="GtkMenuButton" id="menubutton">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="resource">/de/grindhold/parceldude/icons/hicolor/24x24/apps/parceldude.png</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="install_all">
- <property name="label" translatable="yes">Install all</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Install all selected packages</property>
- <signal name="clicked" handler="install_clicked" swapped="no"/>
- <style>
- <class name="suggested-action"/>
- </style>
- </object>
- <packing>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- </child>
- </template>
- </interface>
|