Changeset 9260 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSF.ui
- Timestamp:
- May 30, 2008 4:17:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSF.ui
r9253 r9260 57 57 <item> 58 58 <widget class="QTreeWidget" name="mTreeView" > 59 <property name="contextMenuPolicy" > 60 <enum>Qt::CustomContextMenu</enum> 61 </property> 59 62 <property name="whatsThis" > 60 63 <string><qt>Lists all shared folders accessible to this machine. Use <tt>net use x: \\vboxsvr\share</tt> to access a shared folder named <i>share</i> from a DOS-like OS, or <tt>mount -t vboxsf share mount_point</tt> to access it from a Linux OS. This feature requires Guest Additions.</qt></string> … … 83 86 </widget> 84 87 </item> 85 <item>86 <layout class="QVBoxLayout" >87 <property name="spacing" >88 <number>0</number>89 </property>90 <item>91 <widget class="QToolButton" name="mTbAdd" >92 <property name="focusPolicy" >93 <enum>Qt::TabFocus</enum>94 </property>95 <property name="toolTip" >96 <string>Add a new shared folder (Ins)</string>97 </property>98 <property name="whatsThis" >99 <string>Adds a new shared folder definition.</string>100 </property>101 <property name="text" >102 <string/>103 </property>104 <property name="shortcut" >105 <string>Ins</string>106 </property>107 <property name="autoRaise" >108 <bool>true</bool>109 </property>110 </widget>111 </item>112 <item>113 <widget class="QToolButton" name="mTbEdit" >114 <property name="focusPolicy" >115 <enum>Qt::TabFocus</enum>116 </property>117 <property name="toolTip" >118 <string>Edit the selected shared folder (Ctrl+Space)</string>119 </property>120 <property name="whatsThis" >121 <string>Edits the selected shared folder definition.</string>122 </property>123 <property name="text" >124 <string/>125 </property>126 <property name="shortcut" >127 <string>Ctrl+Space</string>128 </property>129 <property name="autoRaise" >130 <bool>true</bool>131 </property>132 </widget>133 </item>134 <item>135 <widget class="QToolButton" name="mTbRemove" >136 <property name="focusPolicy" >137 <enum>Qt::TabFocus</enum>138 </property>139 <property name="toolTip" >140 <string>Remove the selected shared folder (Del)</string>141 </property>142 <property name="whatsThis" >143 <string>Removes the selected shared folder definition.</string>144 </property>145 <property name="text" >146 <string/>147 </property>148 <property name="shortcut" >149 <string>Del</string>150 </property>151 <property name="autoRaise" >152 <bool>true</bool>153 </property>154 </widget>155 </item>156 <item>157 <spacer>158 <property name="orientation" >159 <enum>Qt::Vertical</enum>160 </property>161 <property name="sizeType" >162 <enum>QSizePolicy::Expanding</enum>163 </property>164 <property name="sizeHint" >165 <size>166 <width>21</width>167 <height>101</height>168 </size>169 </property>170 </spacer>171 </item>172 </layout>173 </item>174 88 </layout> 175 89 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.