qrenderdoc/Windows/Dialogs/VirtualFileDialog.ui (274 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>VirtualFileDialog</class> <widget class="QDialog" name="VirtualFileDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>750</width> <height>454</height> </rect> </property> <property name="windowTitle"> <string>File Browser</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QToolButton" name="back"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../Resources/resources.qrc"> <normaloff>:/arrow_left.png</normaloff>:/arrow_left.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="forward"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../Resources/resources.qrc"> <normaloff>:/arrow_right.png</normaloff>:/arrow_right.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <widget class="QToolButton" name="upFolder"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../Resources/resources.qrc"> <normaloff>:/upfolder.png</normaloff>:/upfolder.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <widget class="QLabel" name="locationLabel"> <property name="text"> <string>Location:</string> </property> </widget> </item> <item> <widget class="RDLineEdit" name="location"/> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QTreeView" name="dirList"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="headerHidden"> <bool>true</bool> </property> </widget> </item> <item> <widget class="RDTreeView" name="fileList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>2</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="indentation"> <number>0</number> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <attribute name="headerShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="headerStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="fileLabel"> <property name="text"> <string>Filename:</string> </property> </widget> </item> <item> <widget class="RDLineEdit" name="filename"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>3</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QComboBox" name="filter"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <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="QCheckBox" name="showHidden"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Show hidden files</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> <property name="centerButtons"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>RDLineEdit</class> <extends>QLineEdit</extends> <header>Widgets/Extended/RDLineEdit.h</header> </customwidget> <customwidget> <class>RDTreeView</class> <extends>QTreeView</extends> <header>Widgets/Extended/RDTreeView.h</header> </customwidget> </customwidgets> <resources> <include location="../../Resources/resources.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>VirtualFileDialog</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>