Warning, /graphics/krita/plugins/dockers/storyboarddocker/wdgarrangemenu.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>WdgArrangeMenu</class> 0004 <widget class="QWidget" name="WdgArrangeMenu"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>174</width> 0010 <height>275</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="windowTitle"> 0020 <string/> 0021 </property> 0022 <layout class="QGridLayout" name="gridLayout"> 0023 <item row="0" column="0"> 0024 <layout class="QVBoxLayout" name="verticalLayout"> 0025 <item> 0026 <widget class="QLabel" name="label"> 0027 <property name="text"> 0028 <string comment="list view layout mode">Mode</string> 0029 </property> 0030 </widget> 0031 </item> 0032 <item> 0033 <widget class="QRadioButton" name="btnColumnMode"> 0034 <property name="text"> 0035 <string comment="list view layout mode">Column</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item> 0040 <widget class="QRadioButton" name="btnRowMode"> 0041 <property name="text"> 0042 <string comment="list view layout mode">Row</string> 0043 </property> 0044 </widget> 0045 </item> 0046 <item> 0047 <widget class="QRadioButton" name="btnGridMode"> 0048 <property name="text"> 0049 <string comment="list view layout mode">Grid</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item> 0054 <widget class="Line" name="line"> 0055 <property name="orientation"> 0056 <enum>Qt::Horizontal</enum> 0057 </property> 0058 </widget> 0059 </item> 0060 <item> 0061 <widget class="QLabel" name="label_2"> 0062 <property name="text"> 0063 <string comment="list view fields visibility">View</string> 0064 </property> 0065 </widget> 0066 </item> 0067 <item> 0068 <widget class="QRadioButton" name="btnAllView"> 0069 <property name="text"> 0070 <string comment="list view fields visibility">All</string> 0071 </property> 0072 </widget> 0073 </item> 0074 <item> 0075 <widget class="QRadioButton" name="btnThumbnailsView"> 0076 <property name="text"> 0077 <string comment="list view fields visibility">Thumbnails Only</string> 0078 </property> 0079 </widget> 0080 </item> 0081 <item> 0082 <widget class="QRadioButton" name="btnCommentsView"> 0083 <property name="text"> 0084 <string comment="list view fields visibility">Comments Only</string> 0085 </property> 0086 </widget> 0087 </item> 0088 </layout> 0089 </item> 0090 </layout> 0091 </widget> 0092 <resources/> 0093 <connections/> 0094 </ui>