Files
gns3-gui/gns3/ui/snapshots_dialog.ui
2014-10-19 21:24:21 -06:00

98 lines
2.3 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SnapshotsDialog</class>
<widget class="QDialog" name="SnapshotsDialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>496</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle">
<string>Snapshots</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="4">
<widget class="QListWidget" name="uiSnapshotsList"/>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="uiCreatePushButton">
<property name="text">
<string>&amp;Create</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="uiRestorePushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Restore</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QDialogButtonBox" name="uiButtonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="uiDeletePushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>uiButtonBox</sender>
<signal>accepted()</signal>
<receiver>SnapshotsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>uiButtonBox</sender>
<signal>rejected()</signal>
<receiver>SnapshotsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>