CS4820-Winter2020 student project to create a COUNTER SUSHI R5 harvester and related functionality app for Windows and Mac
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dialog_remove</class>
<widget class="QDialog" name="dialog_remove">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>399</width>
<height>100</height>
</rect>
</property>
<property name="windowTitle">
<string>Remove Vendor</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Are you sure you want to remove this vendor?</string>
</property>
</widget>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>210</x>
<y>60</y>
<width>164</width>
<height>32</height>
</rect>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>