Changeset 274
- Timestamp:
- 02/12/06 19:58:13 (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
config/vidaliasettings.cpp (modified) (2 diffs)
-
gui/configdialog/configdialog.ui (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config/vidaliasettings.cpp
r271 r274 50 50 /* Default Tor Settings */ 51 51 #if defined(Q_OS_WIN32) 52 #define DEFAULT_TOR_PATH (QDir::rootPath() + " \\Program Files\\Tor")52 #define DEFAULT_TOR_PATH (QDir::rootPath() + "Program Files\\Tor") 53 53 #elif defined(Q_OS_MACX) 54 54 #define DEFAULT_TOR_PATH "/usr/bin" … … 69 69 70 70 #if defined(Q_OS_WIN32) 71 #define DEFAULT_LOG_FILE (QDir::rootPath() + " \\Program Files\\Tor\\tor.log")71 #define DEFAULT_LOG_FILE (QDir::rootPath() + "Program Files\\Tor\\tor.log") 72 72 #else 73 73 #define DEFAULT_LOG_FILE (QDir::homePath() + "/.tor/tor.log") -
trunk/src/gui/configdialog/configdialog.ui
r267 r274 9 9 <x>0</x> 10 10 <y>0</y> 11 <width> 650</width>12 <height> 500</height>11 <width>581</width> 12 <height>388</height> 13 13 </rect> 14 </property>15 <property name="minimumSize" >16 <size>17 <width>650</width>18 <height>500</height>19 </size>20 14 </property> 21 15 <property name="palette" > … … 302 296 </property> 303 297 <property name="windowIcon" > 304 <iconset />298 <iconset resource="..\res\vidalia.qrc" >:/images/tor_logo16.png</iconset> 305 299 </property> 306 300 <property name="sizeGripEnabled" > … … 377 371 </property> 378 372 <property name="icon" > 379 <iconset resource="..\res\vidalia.qrc" >:/images/config_general.png</iconset>373 <iconset resource="..\res\vidalia.qrc" >:/images/config_general.png</iconset> 380 374 </property> 381 375 </item> … … 385 379 </property> 386 380 <property name="icon" > 387 <iconset resource="..\res\vidalia.qrc" >:/images/config_advanced.png</iconset>381 <iconset resource="..\res\vidalia.qrc" >:/images/config_advanced.png</iconset> 388 382 </property> 389 383 </item> … … 554 548 <layout class="QVBoxLayout" > 555 549 <property name="margin" > 556 <number> 4</number>550 <number>9</number> 557 551 </property> 558 552 <property name="spacing" > 559 <number> 3</number>553 <number>9</number> 560 554 </property> 561 555 <item> 562 <widget class="QLabel" name="lblTorConfig" > 563 <property name="font" > 564 <font> 565 <family>Arial</family> 566 <pointsize>11</pointsize> 567 <weight>50</weight> 568 <italic>false</italic> 569 <bold>false</bold> 570 <underline>false</underline> 571 <strikeout>false</strikeout> 572 </font> 556 <widget class="QLabel" name="lblConfigFile" > 557 <property name="minimumSize" > 558 <size> 559 <width>370</width> 560 <height>30</height> 561 </size> 562 </property> 563 <property name="contextMenuPolicy" > 564 <enum>Qt::NoContextMenu</enum> 573 565 </property> 574 566 <property name="text" > … … 641 633 </property> 642 634 <property name="spacing" > 643 <number> 6</number>635 <number>9</number> 644 636 </property> 645 637 <item> 646 <widget class="QLabel" name="label" > 647 <property name="font" > 648 <font> 649 <family>Arial</family> 650 <pointsize>11</pointsize> 651 <weight>50</weight> 652 <italic>false</italic> 653 <bold>false</bold> 654 <underline>false</underline> 655 <strikeout>false</strikeout> 656 </font> 638 <widget class="QLabel" name="lblPortLabel" > 639 <property name="minimumSize" > 640 <size> 641 <width>370</width> 642 <height>65</height> 643 </size> 644 </property> 645 <property name="contextMenuPolicy" > 646 <enum>Qt::NoContextMenu</enum> 657 647 </property> 658 648 <property name="text" > … … 674 664 <item> 675 665 <widget class="QLineEdit" name="lineControlPort" > 666 <property name="sizePolicy" > 667 <sizepolicy> 668 <hsizetype>0</hsizetype> 669 <vsizetype>0</vsizetype> 670 <horstretch>0</horstretch> 671 <verstretch>0</verstretch> 672 </sizepolicy> 673 </property> 676 674 <property name="maximumSize" > 677 675 <size> 678 <width>5 0</width>679 <height> 50</height>676 <width>55</width> 677 <height>16777215</height> 680 678 </size> 681 679 </property> 682 <property name=" maxLength" >683 < number>5</number>684 </property> 685 <property name=" alignment" >686 <s et>Qt::AlignRight</set>680 <property name="contextMenuPolicy" > 681 <enum>Qt::NoContextMenu</enum> 682 </property> 683 <property name="text" > 684 <string>9051</string> 687 685 </property> 688 686 </widget> … … 695 693 <property name="sizeHint" > 696 694 <size> 697 <width> 40</width>695 <width>221</width> 698 696 <height>20</height> 699 697 </size>
