Changeset 145

Show
Ignore:
Timestamp:
01/20/06 22:35:59 (3 years ago)
Author:
hipplej
Message:

Added icons to FilterDialog?.

Location:
trunk/src/gui
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/messagelog/filterdialog.ui

    r128 r145  
    5656   <bool>true</bool> 
    5757  </property> 
    58   <layout class="QGridLayout" > 
     58  <layout class="QVBoxLayout" > 
    5959   <property name="margin" > 
    6060    <number>9</number> 
     
    6363    <number>6</number> 
    6464   </property> 
    65    <item row="0" column="0" > 
     65   <item> 
    6666    <widget class="QGroupBox" name="groupBox" > 
    6767     <property name="contextMenuPolicy" > 
     
    108108             <string>Tor Error</string> 
    109109            </property> 
     110            <property name="icon" > 
     111             <iconset resource="..\res\vidalia.qrc" >:/images/msg_error.png</iconset> 
     112            </property> 
    110113           </widget> 
    111114          </item> 
     
    144147             <string>Tor Warning</string> 
    145148            </property> 
     149            <property name="icon" > 
     150             <iconset resource="..\res\vidalia.qrc" >:/images/msg_warn.png</iconset> 
     151            </property> 
    146152           </widget> 
    147153          </item> 
     
    180186             <string>Tor Notice</string> 
    181187            </property> 
     188            <property name="icon" > 
     189             <iconset resource="..\res\vidalia.qrc" >:/images/msg_notice.png</iconset> 
     190            </property> 
    182191           </widget> 
    183192          </item> 
     
    216225             <string>Tor Info</string> 
    217226            </property> 
     227            <property name="icon" > 
     228             <iconset resource="..\res\vidalia.qrc" >:/images/msg_info.png</iconset> 
     229            </property> 
    218230           </widget> 
    219231          </item> 
     
    251263            <property name="text" > 
    252264             <string>Tor Debug</string> 
     265            </property> 
     266            <property name="icon" > 
     267             <iconset resource="..\res\vidalia.qrc" >:/images/msg_debug.png</iconset> 
    253268            </property> 
    254269           </widget> 
     
    274289    </widget> 
    275290   </item> 
    276    <item row="2" column="0" > 
    277     <layout class="QHBoxLayout" > 
    278      <property name="margin" > 
    279       <number>0</number> 
    280      </property> 
    281      <property name="spacing" > 
    282       <number>6</number> 
    283      </property> 
    284      <item> 
    285       <spacer> 
    286        <property name="orientation" > 
    287         <enum>Qt::Horizontal</enum> 
    288        </property> 
    289        <property name="sizeHint" > 
    290         <size> 
    291          <width>221</width> 
    292          <height>31</height> 
    293         </size> 
    294        </property> 
    295       </spacer> 
    296      </item> 
    297      <item> 
    298       <widget class="QPushButton" name="okButton" > 
    299        <property name="text" > 
    300         <string>OK</string> 
    301        </property> 
    302       </widget> 
    303      </item> 
    304      <item> 
    305       <widget class="QPushButton" name="cancelButton" > 
    306        <property name="text" > 
    307         <string>Cancel</string> 
    308        </property> 
    309       </widget> 
    310      </item> 
    311      <item> 
    312       <spacer> 
    313        <property name="orientation" > 
    314         <enum>Qt::Horizontal</enum> 
    315        </property> 
    316        <property name="sizeHint" > 
    317         <size> 
    318          <width>211</width> 
    319          <height>20</height> 
    320         </size> 
    321        </property> 
    322       </spacer> 
    323      </item> 
    324     </layout> 
    325    </item> 
    326    <item row="1" column="0" > 
     291   <item> 
    327292    <widget class="QGroupBox" name="groupBox_2" > 
    328293     <property name="contextMenuPolicy" > 
     
    423388     </layout> 
    424389    </widget> 
     390   </item> 
     391   <item> 
     392    <layout class="QHBoxLayout" > 
     393     <property name="margin" > 
     394      <number>0</number> 
     395     </property> 
     396     <property name="spacing" > 
     397      <number>6</number> 
     398     </property> 
     399     <item> 
     400      <spacer> 
     401       <property name="orientation" > 
     402        <enum>Qt::Horizontal</enum> 
     403       </property> 
     404       <property name="sizeHint" > 
     405        <size> 
     406         <width>221</width> 
     407         <height>31</height> 
     408        </size> 
     409       </property> 
     410      </spacer> 
     411     </item> 
     412     <item> 
     413      <widget class="QPushButton" name="okButton" > 
     414       <property name="text" > 
     415        <string>OK</string> 
     416       </property> 
     417      </widget> 
     418     </item> 
     419     <item> 
     420      <widget class="QPushButton" name="cancelButton" > 
     421       <property name="text" > 
     422        <string>Cancel</string> 
     423       </property> 
     424      </widget> 
     425     </item> 
     426     <item> 
     427      <spacer> 
     428       <property name="orientation" > 
     429        <enum>Qt::Horizontal</enum> 
     430       </property> 
     431       <property name="sizeHint" > 
     432        <size> 
     433         <width>211</width> 
     434         <height>20</height> 
     435        </size> 
     436       </property> 
     437      </spacer> 
     438     </item> 
     439    </layout> 
    425440   </item> 
    426441  </layout> 
  • trunk/src/gui/res/vidalia.qrc

    r114 r145  
    1212        <file>vidalia.icns</file> 
    1313        <file>vidalia.ico</file> 
     14        <file>msg_debug.png</file> 
     15        <file>msg_error.png</file> 
     16        <file>msg_info.png</file> 
     17        <file>msg_notice.png</file> 
     18        <file>msg_warn.png</file> 
    1419    </qresource> 
    1520</RCC>