Warning, /sdk/kommit/src/gui/merge/closeeventdialog.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>CloseEventDialog</class> 0004 <widget class="QDialog" name="CloseEventDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>321</width> 0010 <height>170</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Close</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="QLabel" name="label"> 0019 <property name="text"> 0020 <string>The changes to file are not saved to the disk. What you want to do?</string> 0021 </property> 0022 <property name="wordWrap"> 0023 <bool>true</bool> 0024 </property> 0025 </widget> 0026 </item> 0027 <item> 0028 <spacer name="verticalSpacer"> 0029 <property name="orientation"> 0030 <enum>Qt::Vertical</enum> 0031 </property> 0032 <property name="sizeHint" stdset="0"> 0033 <size> 0034 <width>20</width> 0035 <height>32</height> 0036 </size> 0037 </property> 0038 </spacer> 0039 </item> 0040 <item> 0041 <widget class="QCommandLinkButton" name="commandLinkButtonMarkResolved"> 0042 <property name="font"> 0043 <font> 0044 <weight>50</weight> 0045 <bold>false</bold> 0046 </font> 0047 </property> 0048 <property name="text"> 0049 <string>Mark as resolved</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item> 0054 <widget class="QCommandLinkButton" name="commandLinkButtonLeaveAsIs"> 0055 <property name="font"> 0056 <font> 0057 <weight>50</weight> 0058 <bold>false</bold> 0059 </font> 0060 </property> 0061 <property name="text"> 0062 <string>Leave as is</string> 0063 </property> 0064 </widget> 0065 </item> 0066 <item> 0067 <widget class="QCommandLinkButton" name="commandLinkButtonDontExit"> 0068 <property name="font"> 0069 <font> 0070 <weight>50</weight> 0071 <bold>false</bold> 0072 </font> 0073 </property> 0074 <property name="text"> 0075 <string>Don't exit</string> 0076 </property> 0077 </widget> 0078 </item> 0079 </layout> 0080 </widget> 0081 <resources/> 0082 <connections/> 0083 </ui>