Changeset 2044 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
- Timestamp:
- Apr 12, 2007 1:04:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui
r2022 r2044 782 782 <cstring>unnamed</cstring> 783 783 </property> 784 <property name="spacing"> 785 <number>10</number> 786 </property> 784 787 <widget class="QListView"> 785 788 <column> … … 791 794 </property> 792 795 <property name="resizable"> 793 <bool> false</bool>796 <bool>true</bool> 794 797 </property> 795 798 </column> … … 799 802 <property name="sizePolicy"> 800 803 <sizepolicy> 801 <hsizetype> 0</hsizetype>804 <hsizetype>4</hsizetype> 802 805 <vsizetype>7</vsizetype> 803 806 <horstretch>0</horstretch> … … 806 809 </property> 807 810 <property name="resizeMode"> 808 <enum> AllColumns</enum>811 <enum>NoColumn</enum> 809 812 </property> 810 813 <property name="whatsThis" stdset="0"> 811 <string>The list of languages available for interface translation.</string> 814 <string> 815 Lists all available user interface languages. The effective language 816 is written in <b>bold</b>. 817 </string> 812 818 </property> 813 819 </widget> … … 834 840 <property name="sizePolicy"> 835 841 <sizepolicy> 836 <hsizetype> 7</hsizetype>837 <vsizetype> 5</vsizetype>842 <hsizetype>1</hsizetype> 843 <vsizetype>1</vsizetype> 838 844 <horstretch>0</horstretch> 839 845 <verstretch>0</verstretch> … … 854 860 <sizepolicy> 855 861 <hsizetype>1</hsizetype> 856 <vsizetype> 5</vsizetype>862 <vsizetype>1</vsizetype> 857 863 <horstretch>0</horstretch> 858 864 <verstretch>0</verstretch> … … 873 879 <sizepolicy> 874 880 <hsizetype>1</hsizetype> 875 <vsizetype> 5</vsizetype>881 <vsizetype>1</vsizetype> 876 882 <horstretch>0</horstretch> 877 883 <verstretch>0</verstretch> … … 891 897 <property name="sizePolicy"> 892 898 <sizepolicy> 893 <hsizetype> 7</hsizetype>894 <vsizetype> 5</vsizetype>899 <hsizetype>1</hsizetype> 900 <vsizetype>1</vsizetype> 895 901 <horstretch>0</horstretch> 896 902 <verstretch>0</verstretch> … … 919 925 <size> 920 926 <width>20</width> 921 <height> 121</height>927 <height>0</height> 922 928 </size> 923 929 </property> … … 925 931 </vbox> 926 932 </widget> 933 <spacer> 934 <property name="name"> 935 <cstring>spacer8</cstring> 936 </property> 937 <property name="orientation"> 938 <enum>Horizontal</enum> 939 </property> 940 <property name="sizeType"> 941 <enum>Expanding</enum> 942 </property> 943 <property name="sizeHint"> 944 <size> 945 <width>0</width> 946 <height>20</height> 947 </size> 948 </property> 949 </spacer> 927 950 </hbox> 928 951 </widget> … … 1214 1237 <include location="global" impldecl="in implementation">qmessagebox.h</include> 1215 1238 <include location="global" impldecl="in implementation">qfont.h</include> 1239 <include location="global" impldecl="in implementation">qpainter.h</include> 1216 1240 <include location="global" impldecl="in implementation">qobjectlist.h</include> 1217 1241 <include location="global" impldecl="in implementation">qfiledialog.h</include>
Note:
See TracChangeset
for help on using the changeset viewer.