forked from qt-creator/qt-creator
178 lines
5.0 KiB
Plaintext
178 lines
5.0 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>Fossil::Internal::FossilCommitPanel</class>
|
||
|
|
<widget class="QWidget" name="Fossil::Internal::FossilCommitPanel">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>374</width>
|
||
|
|
<height>270</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="infoGroup">
|
||
|
|
<property name="title">
|
||
|
|
<string>Current Information</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QFormLayout" name="formLayout">
|
||
|
|
<property name="fieldGrowthPolicy">
|
||
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||
|
|
</property>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="localRootLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>Local root:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLineEdit" name="localRootLineEdit">
|
||
|
|
<property name="focusPolicy">
|
||
|
|
<enum>Qt::NoFocus</enum>
|
||
|
|
</property>
|
||
|
|
<property name="readOnly">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="currentBranchLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>Branch:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QLineEdit" name="currentBranchLineEdit">
|
||
|
|
<property name="focusPolicy">
|
||
|
|
<enum>Qt::NoFocus</enum>
|
||
|
|
</property>
|
||
|
|
<property name="readOnly">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QLabel" name="currentTagsLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>Tags:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="1">
|
||
|
|
<widget class="QLineEdit" name="currentTagsLineEdit">
|
||
|
|
<property name="focusPolicy">
|
||
|
|
<enum>Qt::NoFocus</enum>
|
||
|
|
</property>
|
||
|
|
<property name="readOnly">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="editGroup">
|
||
|
|
<property name="title">
|
||
|
|
<string>Commit Information</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="branchLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>New branch:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLineEdit" name="branchLineEdit"/>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QLabel" name="invalidBranchLabel">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>50</width>
|
||
|
|
<height>20</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string/>
|
||
|
|
</property>
|
||
|
|
<property name="pixmap">
|
||
|
|
<pixmap>:/projectexplorer/images/compile_error.png</pixmap>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="3">
|
||
|
|
<widget class="QCheckBox" name="isPrivateCheckBox">
|
||
|
|
<property name="toolTip">
|
||
|
|
<string>Create a private check-in that is never synced.
|
||
|
|
Children of private check-ins are automatically private.
|
||
|
|
Private check-ins are not pushed to the remote repository by default.</string>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Private</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="tagsLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>Tags:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLineEdit" name="tagsLineEdit">
|
||
|
|
<property name="toolTip">
|
||
|
|
<string>Tag names to apply; comma-separated.</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="authorLabel">
|
||
|
|
<property name="text">
|
||
|
|
<string>Author:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QLineEdit" name="authorLineEdit"/>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="2">
|
||
|
|
<spacer name="horizontalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>160</width>
|
||
|
|
<height>20</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|