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

📄 mainwindow.ui

📁 一个用Qt开发的MD5暴力破解工具
💻 UI
📖 第 1 页 / 共 2 页
字号:
       </color>      </brush>     </colorrole>     <colorrole role="BrightText" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>74</red>        <green>74</green>        <blue>74</blue>       </color>      </brush>     </colorrole>     <colorrole role="ButtonText" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>153</red>        <green>176</green>        <blue>183</blue>       </color>      </brush>     </colorrole>     <colorrole role="Base" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>37</red>        <green>37</green>        <blue>35</blue>       </color>      </brush>     </colorrole>     <colorrole role="Window" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>37</red>        <green>37</green>        <blue>35</blue>       </color>      </brush>     </colorrole>     <colorrole role="Shadow" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>120</red>        <green>170</green>        <blue>113</blue>       </color>      </brush>     </colorrole>     <colorrole role="Highlight" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>168</red>        <green>168</green>        <blue>168</blue>       </color>      </brush>     </colorrole>     <colorrole role="HighlightedText" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>50</red>        <green>14</green>        <blue>80</blue>       </color>      </brush>     </colorrole>     <colorrole role="AlternateBase" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>11</red>        <green>204</green>        <blue>233</blue>       </color>      </brush>     </colorrole>     <colorrole role="NoRole" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>170</red>        <green>170</green>        <blue>0</blue>       </color>      </brush>     </colorrole>     <colorrole role="ToolTipBase" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>56</red>        <green>56</green>        <blue>48</blue>       </color>      </brush>     </colorrole>     <colorrole role="ToolTipText" >      <brush brushstyle="SolidPattern" >       <color alpha="255" >        <red>185</red>        <green>139</green>        <blue>21</blue>       </color>      </brush>     </colorrole>    </disabled>   </palette>  </property>  <property name="windowTitle" >   <string>计算MD5-蔡火胜20080801</string>  </property>  <widget class="QWidget" name="centralwidget" >   <property name="geometry" >    <rect>     <x>0</x>     <y>0</y>     <width>973</width>     <height>580</height>    </rect>   </property>   <widget class="QLabel" name="Algorithm_label" >    <property name="geometry" >     <rect>      <x>0</x>      <y>0</y>      <width>381</width>      <height>20</height>     </rect>    </property>    <property name="text" >     <string>计算1到8位数字的MD5值并与给定值进行比较,以破解简单密码。</string>    </property>    <property name="textFormat" >     <enum>Qt::PlainText</enum>    </property>   </widget>   <widget class="QLabel" name="Tip_label" >    <property name="geometry" >     <rect>      <x>0</x>      <y>20</y>      <width>211</width>      <height>20</height>     </rect>    </property>    <property name="text" >     <string>在此输入要破解的密码的MD5(&amp;M):</string>    </property>    <property name="textFormat" >     <enum>Qt::PlainText</enum>    </property>    <property name="buddy" >     <cstring>MD5_lineEdit</cstring>    </property>   </widget>   <widget class="QLineEdit" name="MD5_lineEdit" >    <property name="geometry" >     <rect>      <x>206</x>      <y>17</y>      <width>661</width>      <height>25</height>     </rect>    </property>    <property name="font" >     <font>      <stylestrategy>PreferAntialias</stylestrategy>     </font>    </property>    <property name="toolTip" >     <string>在此输入MD5</string>    </property>    <property name="autoFillBackground" >     <bool>true</bool>    </property>    <property name="maxLength" >     <number>32</number>    </property>   </widget>   <widget class="QPushButton" name="StartCalc_pushButton" >    <property name="geometry" >     <rect>      <x>876</x>      <y>15</y>      <width>84</width>      <height>29</height>     </rect>    </property>    <property name="font" >     <font>      <stylestrategy>PreferAntialias</stylestrategy>     </font>    </property>    <property name="cursor" >     <cursorShape>PointingHandCursor</cursorShape>    </property>    <property name="text" >     <string>开始(&amp;S)</string>    </property>    <property name="shortcut" >     <string>Ctrl+S</string>    </property>    <property name="autoDefault" >     <bool>true</bool>    </property>    <property name="default" >     <bool>true</bool>    </property>   </widget>   <widget class="QTextBrowser" name="Log_textBrowser" >    <property name="geometry" >     <rect>      <x>1</x>      <y>66</y>      <width>486</width>      <height>491</height>     </rect>    </property>    <property name="autoFillBackground" >     <bool>true</bool>    </property>    <property name="frameShape" >     <enum>QFrame::Box</enum>    </property>    <property name="frameShadow" >     <enum>QFrame::Sunken</enum>    </property>    <property name="horizontalScrollBarPolicy" >     <enum>Qt::ScrollBarAlwaysOff</enum>    </property>    <property name="readOnly" >     <bool>true</bool>    </property>    <property name="acceptRichText" >     <bool>false</bool>    </property>    <property name="openLinks" >     <bool>false</bool>    </property>   </widget>   <widget class="QTextBrowser" name="Progress_textBrowser" >    <property name="enabled" >     <bool>true</bool>    </property>    <property name="geometry" >     <rect>      <x>489</x>      <y>66</y>      <width>481</width>      <height>491</height>     </rect>    </property>    <property name="autoFillBackground" >     <bool>true</bool>    </property>    <property name="frameShape" >     <enum>QFrame::Box</enum>    </property>    <property name="horizontalScrollBarPolicy" >     <enum>Qt::ScrollBarAlwaysOff</enum>    </property>    <property name="acceptRichText" >     <bool>false</bool>    </property>    <property name="openLinks" >     <bool>false</bool>    </property>   </widget>   <widget class="QLabel" name="LogHint_label" >    <property name="geometry" >     <rect>      <x>3</x>      <y>46</y>      <width>111</width>      <height>20</height>     </rect>    </property>    <property name="text" >     <string>破解记录(&amp;L):</string>    </property>    <property name="buddy" >     <cstring>Log_textBrowser</cstring>    </property>   </widget>   <widget class="QLabel" name="Progress_label" >    <property name="geometry" >     <rect>      <x>495</x>      <y>46</y>      <width>101</width>      <height>20</height>     </rect>    </property>    <property name="text" >     <string>破解过程(&amp;P):</string>    </property>    <property name="buddy" >     <cstring>Progress_textBrowser</cstring>    </property>   </widget>   <widget class="QProgressBar" name="Progress_progressBar" >    <property name="geometry" >     <rect>      <x>-1</x>      <y>558</y>      <width>971</width>      <height>23</height>     </rect>    </property>    <property name="palette" >     <palette>      <active>       <colorrole role="Button" >        <brush brushstyle="SolidPattern" >         <color alpha="255" >          <red>38</red>          <green>12</green>          <blue>104</blue>         </color>        </brush>       </colorrole>      </active>      <inactive>       <colorrole role="Button" >        <brush brushstyle="SolidPattern" >         <color alpha="255" >          <red>38</red>          <green>12</green>          <blue>104</blue>         </color>        </brush>       </colorrole>      </inactive>      <disabled>       <colorrole role="Button" >        <brush brushstyle="SolidPattern" >         <color alpha="255" >          <red>38</red>          <green>12</green>          <blue>104</blue>         </color>        </brush>       </colorrole>      </disabled>     </palette>    </property>    <property name="autoFillBackground" >     <bool>true</bool>    </property>    <property name="maximum" >     <number>2500</number>    </property>    <property name="value" >     <number>0</number>    </property>    <property name="textVisible" >     <bool>false</bool>    </property>    <property name="invertedAppearance" >     <bool>true</bool>    </property>   </widget>  </widget> </widget> <resources/> <connections>  <connection>   <sender>StartCalc_pushButton</sender>   <signal>clicked()</signal>   <receiver>MD5_lineEdit</receiver>   <slot>selectAll()</slot>   <hints>    <hint type="sourcelabel" >     <x>901</x>     <y>35</y>    </hint>    <hint type="destinationlabel" >     <x>804</x>     <y>29</y>    </hint>   </hints>  </connection>  <connection>   <sender>StartCalc_pushButton</sender>   <signal>clicked()</signal>   <receiver>MainWindow</receiver>   <slot>ToggleProcess()</slot>   <hints>    <hint type="sourcelabel" >     <x>902</x>     <y>24</y>    </hint>    <hint type="destinationlabel" >     <x>952</x>     <y>49</y>    </hint>   </hints>  </connection> </connections> <slots>  <slot>ToggleProcess()</slot> </slots></ui>

⌨️ 快捷键说明

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