theshell/shell/newmedia.ui

159 lines
3.9 KiB
Text
Raw Normal View History

2016-12-11 22:57:11 +11:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewMedia</class>
<widget class="QDialog" name="NewMedia">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>793</width>
2017-10-02 21:02:03 +11:00
<height>197</height>
2016-12-11 22:57:11 +11:00
</rect>
</property>
<property name="windowTitle">
2017-10-02 21:02:03 +11:00
<string notr="true">Dialog</string>
2016-12-11 22:57:11 +11:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>New Media Inserted</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="description">
<property name="text">
<string>What would you like to do?</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
2016-12-11 23:35:44 +11:00
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2016-12-11 22:57:11 +11:00
<item>
<widget class="QToolButton" name="openFiles">
<property name="text">
2016-12-11 23:35:44 +11:00
<string>Open In theFile</string>
2016-12-11 22:57:11 +11:00
</property>
<property name="icon">
2017-10-02 21:02:03 +11:00
<iconset theme="system-file-manager">
<normaloff>.</normaloff>.</iconset>
2016-12-11 22:57:11 +11:00
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
2016-12-11 23:35:44 +11:00
<item>
<widget class="QToolButton" name="doNothingOptionToolButton">
<property name="text">
<string>Do Nothing</string>
</property>
<property name="icon">
2017-10-02 21:02:03 +11:00
<iconset theme="dialog-cancel">
<normaloff>.</normaloff>.</iconset>
2016-12-11 23:35:44 +11:00
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2016-12-11 22:57:11 +11:00
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Alternatively, remove the media now. (It's already ejected!)</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="closeButton">
<property name="text">
<string>Do Nothing</string>
</property>
<property name="icon">
2017-10-02 21:02:03 +11:00
<iconset theme="dialog-cancel">
<normaloff>.</normaloff>.</iconset>
2016-12-11 22:57:11 +11:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>