Warning, /sdk/kommit/src/libkommitwidgets/dialogs/searchdialog.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>SearchDialog</class> 0004 <widget class="QDialog" name="SearchDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>564</width> 0010 <height>418</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Search in repo</string> 0015 </property> 0016 <property name="windowIcon"> 0017 <iconset theme="kommit"/> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout"> 0020 <item> 0021 <layout class="QFormLayout" name="formLayout"> 0022 <item row="0" column="0"> 0023 <widget class="QLabel" name="label"> 0024 <property name="text"> 0025 <string>Path:</string> 0026 </property> 0027 </widget> 0028 </item> 0029 <item row="0" column="1"> 0030 <widget class="QLineEdit" name="lineEditPath"/> 0031 </item> 0032 <item row="1" column="0"> 0033 <widget class="QLabel" name="label_2"> 0034 <property name="text"> 0035 <string>Text:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="1" column="1"> 0040 <widget class="QLineEdit" name="lineEditText"/> 0041 </item> 0042 <item row="2" column="1"> 0043 <widget class="QRadioButton" name="radioButtonSearchBranches"> 0044 <property name="text"> 0045 <string>Search all branches</string> 0046 </property> 0047 <property name="checked"> 0048 <bool>true</bool> 0049 </property> 0050 </widget> 0051 </item> 0052 <item row="3" column="1"> 0053 <widget class="QRadioButton" name="radioButtonSearchCommits"> 0054 <property name="text"> 0055 <string>Search all commits</string> 0056 </property> 0057 </widget> 0058 </item> 0059 <item row="4" column="1"> 0060 <widget class="QCheckBox" name="checkBoxCaseSensetive"> 0061 <property name="text"> 0062 <string>Case sensitive</string> 0063 </property> 0064 </widget> 0065 </item> 0066 </layout> 0067 </item> 0068 <item> 0069 <layout class="QHBoxLayout" name="horizontalLayout"> 0070 <item> 0071 <spacer name="horizontalSpacer"> 0072 <property name="orientation"> 0073 <enum>Qt::Horizontal</enum> 0074 </property> 0075 <property name="sizeHint" stdset="0"> 0076 <size> 0077 <width>40</width> 0078 <height>20</height> 0079 </size> 0080 </property> 0081 </spacer> 0082 </item> 0083 <item> 0084 <widget class="QPushButton" name="pushButtonSearch"> 0085 <property name="text"> 0086 <string>Search</string> 0087 </property> 0088 </widget> 0089 </item> 0090 </layout> 0091 </item> 0092 <item> 0093 <widget class="QProgressBar" name="progressBar"> 0094 <property name="value"> 0095 <number>0</number> 0096 </property> 0097 </widget> 0098 </item> 0099 <item> 0100 <widget class="QTreeView" name="treeView"> 0101 <property name="editTriggers"> 0102 <set>QAbstractItemView::NoEditTriggers</set> 0103 </property> 0104 </widget> 0105 </item> 0106 </layout> 0107 </widget> 0108 <tabstops> 0109 <tabstop>lineEditPath</tabstop> 0110 <tabstop>lineEditText</tabstop> 0111 <tabstop>radioButtonSearchBranches</tabstop> 0112 <tabstop>radioButtonSearchCommits</tabstop> 0113 <tabstop>pushButtonSearch</tabstop> 0114 <tabstop>treeView</tabstop> 0115 </tabstops> 0116 <resources/> 0117 <connections/> 0118 </ui>