⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classqextdatetimevalidator.html

📁 Linux/Windows 环境下的跨平台开发程序
💻 HTML
📖 第 1 页 / 共 2 页
字号:
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the maximum length of the full name of a month of the year.     </td>  </tr></table><a name="a7" doxytag="QextDateTimeValidator::minDayStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> unsigned int QextDateTimeValidator::minDayStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">void&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the minimum length of the full name of a day of the week.     </td>  </tr></table><a name="a8" doxytag="QextDateTimeValidator::minMonthStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> unsigned int QextDateTimeValidator::minMonthStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">void&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the minimum length of the full name of a month of the year.     </td>  </tr></table><a name="b4" doxytag="QextDateTimeValidator::parseFormat"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::parseFormat </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [protected]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Parses the date and time display format into a series of tokens and literal strings. Used by the update mechanism when the user clicks the up or down button.     </td>  </tr></table><a name="a9" doxytag="QextDateTimeValidator::setFormat"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setFormat </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const QString &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>format</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the date and time display format for the <a class="el" href="classQextDateTimeSpinBox.html">QextDateTimeSpinBox</a> widget.     </td>  </tr></table><a name="b3" doxytag="QextDateTimeValidator::setLongDayNames"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setLongDayNames </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const QStringList &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>names</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [protected]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>void <a class="el" href="classQextDateTimeValidator.html#b3">QextDateTimeValidator::setLongDayNames</a>(const QStringList&amp; names) Sets the names of days of the week. Note that Monday is assumed to map to the first element, and  Sunday to the last. This is for consistency with the behavior of QDate. The QStringList passed  in is assumed to have at least 7 elements. Any elements beyond the first 7 are ignored.     </td>  </tr></table><a name="b2" doxytag="QextDateTimeValidator::setLongMonthNames"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setLongMonthNames </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const QStringList &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>names</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [protected]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the names of the months. The QStringList reference passed in is assumed to have at least 12 QStrings in it; any after the first 12 will be ignored.     </td>  </tr></table><a name="a10" doxytag="QextDateTimeValidator::setMaxDayStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setMaxDayStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">unsigned int&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>newSize</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the maximum length of the full name of a day of the week.     </td>  </tr></table><a name="a11" doxytag="QextDateTimeValidator::setMaxMonthStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setMaxMonthStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">unsigned int&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>newSize</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the maximum length of the full name of a month of the year.     </td>  </tr></table><a name="a12" doxytag="QextDateTimeValidator::setMinDayStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setMinDayStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">unsigned int&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>newSize</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the minimum length of the full name of a day of the week.     </td>  </tr></table><a name="a13" doxytag="QextDateTimeValidator::setMinMonthStringSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void QextDateTimeValidator::setMinMonthStringSize </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">unsigned int&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>newSize</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the minimum length of the full name of a month of the year.     </td>  </tr></table><a name="a15" doxytag="QextDateTimeValidator::validate"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> QValidator::State QextDateTimeValidator::validate </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">QString &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>input</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>int &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp;</td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"> const<code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>validates a string entered into a time spin box     </td>  </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="qextdatetimevalidator_8h-source.html">qextdatetimevalidator.h</a><li>qextdatetimevalidator.cpp</ul><hr><address><small>Generated on Tue Mar 5 19:25:19 2002 for QextDateTimeSpinbox by<a href="http://www.doxygen.org/index.html"><img src="doxygen.gif" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.13.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, &copy;&nbsp;1997-2001</small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -