代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DoxygenSettingsWidget</class>
<widget class="QWidget" name="DoxygenSettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>450</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>255</horstretch>
<verstretch>255</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>650</width>
<height>450</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>750</width>
<height>550</height>
</size>
</property>
<property name="windowTitle">
<string>Doxygen Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QGroupBox" name="commandsGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Doxygen Configuration</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QFormLayout" name="commandsLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_doxyfile">
<property name="text">
<string>Doxyfile filename (should be at project root):</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="edit_doxyfileName">
<property name="minimumSize">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_doyxgen">
<property name="text">
<string>Doxygen command:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="Utils::PathChooser" name="pathChooser_doxygen" native="true">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_wizard">
<property name="text">
<string>DoxyWizard comand:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="Utils::PathChooser" name="pathChooser_wizard" native="true">
<property name="minimumSize">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="commentsGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Comments Settings</string>
</property>
<layout class="QHBoxLayout" name="bottomHorizontalLayout">
<item>
<layout class="QFormLayout" name="formLayout_3">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_style">
<property name="text">
<string>Comments style:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="styleChooser">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
</property>
<item>
<property name="text">
<string>JavaDoc</string>
</property>
</item>
<item>
<property name="text">
<string>Qt</string>
</property>
</item>
<item>
<property name="text">
<string>Custom</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_fcomment">
<property name="text">
<string>Files to comment:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="fcommentChooser">
<item>
<property name="text">
<string>Headers</string>
</property>
</item>
<item>
<property name="text">
<string>Implementations</string>
</property>
</item>
<item>
<property name="text">
<string>All</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_printBriefTag">
<property name="text">
<string>Print brief tag</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="printBriefTag">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_shortVariableDoc">
<property name="text">
<string>Short Variable documentation: </string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QCheckBox" name="shortVariableDoc">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_verbosePrinting">
<property name="text">
<string>Verbose (fn, var, class file...): </string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QCheckBox" name="verbosePrinting">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_filecomment">
<property name="text">
<string>Comment files</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="fileComments">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_filecommentHeaders">
<property name="text">
<string>Comment headers</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QCheckBox" name="commentHeaderFiles">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="label_filecommentImpl">
<property name="text">
<string>Comment implementation</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QCheckBox" name="commentImplementationFiles">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_addreturntype">
<property name="text">
<string>Automatically add return type: </string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QCheckBox" name="autoAddReturnTypes">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTabWidget" name="tabCustomSettings">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="fileCommentSettings">
<attribute name="title">
<string>File comments Settings</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPlainTextEdit" name="fileCommentText"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabCustomComments">
<attribute name="title">
<string>Cutom comments Settings</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QFrame" name="customCommentsSettings">
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_beginTag">
<property name="text">
<string>Begin tag:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="edit_beginTag">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_briefTag">
<property name="text">
<string>Brief tag:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="edit_briefTag">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_emptyLineTag">
<property name="text">
<string>Empty line tag:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="edit_emptyLineTag">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_newLine">
<property name="text">
<string>New line tag:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="edit_newLine">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_endTag">
<property name="text">
<string>End tag:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="edit_endTag">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_shortTag">
<property name="text">
<string>Short doc tag:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="edit_shortTag">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_shortTagEnd">
<property name="text">
<string>Short doc end:</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="edit_shortTagEnd">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Utils::PathChooser</class>
<extends>QWidget</extends>
<header location="global">utils/pathchooser.h</header>
<container>1</container>
<slots>
<signal>editingFinished()</signal>
<signal>browsingFinished()</signal>
</slots>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。