📄 confcheckfailed.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>confCheckFailed</class>
<widget class="QDialog">
<property name="name">
<cstring>confCheckFailed</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>492</width>
<height>261</height>
</rect>
</property>
<property name="caption">
<string>Configuration is Invalid!</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout15</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<property name="text">
<string>The configuration information you provided to the configuration checker is
invalid. The reasons the configuration failed the check are listed below.</string>
</property>
</widget>
<widget class="QListBox">
<property name="name">
<cstring>cErrs</cstring>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout14</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer11</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>321</width>
<height>31</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>closeBtn</cstring>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<connections>
<connection>
<sender>closeBtn</sender>
<signal>clicked()</signal>
<receiver>confCheckFailed</receiver>
<slot>close()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in declaration">xsupincludes.h</include>
<include location="local" impldecl="in implementation">confcheckfailed.ui.h</include>
</includes>
<variables>
<variable access="private">cerrs *errs;</variable>
</variables>
<functions>
<function access="private">handleLogMsg( char * buf, int buflen )</function>
<function>setErrors( cerrs * mycerrs )</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -