<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainUI</class> <widget class="QDialog" name="MainUI"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>349</width> <height>354</height> </rect> </property> <property name="windowTitle"> <string>File Information</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>1</number> </property> <widget class="QWidget" name="tab_file"> <attribute name="title"> <string>File Information</string> </attribute> <layout class="QFormLayout" name="formLayout"> <property name="labelAlignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <item row="0" column="0"> <widget class="QLabel" name="label_file_icon"> <property name="text"> <string notr="true">icon</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="Line" name="line_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Owner:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="label_file_owner"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Group:</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLabel" name="label_file_group"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Permissions:</string> </property> </widget> </item> <item row="10" column="0" colspan="2"> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="11" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Created:</string> </property> </widget> </item> <item row="11" column="1"> <widget class="QLabel" name="label_file_created"> <property name="toolTip"> <string>Note: The time a file was created might be more recent than the time modified if the file permissions were changed recently.</string> </property> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="12" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Last Modified:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Type:</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>MimeType:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="label_file_mimetype"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="label_file_type"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="7" column="1"> <widget class="QLabel" name="label_file_perms"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="12" column="1"> <widget class="QLabel" name="label_file_modified"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>File Size:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="label_file_size"> <property name="text"> <string notr="true"/> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="label_file_name"> <property name="text"> <string notr="true"/> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_deskedit"> <attribute name="title"> <string>Edit Shortcut</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>4</number> </property> <property name="topMargin"> <number>4</number> </property> <property name="rightMargin"> <number>4</number> </property> <property name="bottomMargin"> <number>4</number> </property> <item> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblWorkingDir"> <property name="text"> <string>Working Dir:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QCheckBox" name="check_xdg_startupNotify"> <property name="text"> <string>Use startup notification</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="line_xdg_wdir"> <property name="enabled"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblIcon"> <property name="text"> <string>Icon:</string> </property> </widget> </item> <item row="2" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblCommand"> <property name="text"> <string>Command:</string> </property> </widget> </item> <item row="1" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblComment"> <property name="text"> <string>Comment:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="line_xdg_command"/> </item> <item row="6" column="1"> <widget class="QCheckBox" name="check_xdg_useTerminal"> <property name="text"> <string>Run in terminal</string> </property> </widget> </item> <item row="0" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblName"> <property name="text"> <string>Name:</string> </property> </widget> </item> <item row="5" column="0" alignment="Qt::AlignRight"> <widget class="QLabel" name="lblOptions"> <property name="text"> <string>Options</string> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QLineEdit" name="line_xdg_name"/> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="line_xdg_comment"/> </item> <item row="2" column="2"> <widget class="QToolButton" name="tool_xdg_getCommand"> <property name="text"> <string notr="true"/> </property> </widget> </item> <item row="3" column="2"> <widget class="QToolButton" name="tool_xdg_getDir"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QToolButton" name="push_xdg_getIcon"> <property name="maximumSize"> <size> <width>275</width> <height>16777215</height> </size> </property> <property name="text"> <string>No Icon</string> </property> <property name="iconSize"> <size> <width>64</width> <height>64</height> </size> </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> </layout> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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> <item> <widget class="QToolButton" name="push_save"> <property name="text"> <string>Save</string> </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextBesideIcon</enum> </property> </widget> </item> <item> <widget class="QToolButton" name="push_close"> <property name="text"> <string>Close</string> </property> <property name="popupMode"> <enum>QToolButton::DelayedPopup</enum> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextBesideIcon</enum> </property> </widget> </item> </layout> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <tabstops> <tabstop>line_xdg_name</tabstop> <tabstop>line_xdg_comment</tabstop> <tabstop>line_xdg_command</tabstop> <tabstop>line_xdg_wdir</tabstop> <tabstop>check_xdg_startupNotify</tabstop> <tabstop>check_xdg_useTerminal</tabstop> <tabstop>tool_xdg_getCommand</tabstop> <tabstop>tool_xdg_getDir</tabstop> </tabstops> <resources/> <connections/> </ui>