Changeset 3129 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 16, 2007 8:20:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r2988 r3129 134 134 <item> 135 135 <property name="text"> 136 <string> Floppy</string>136 <string> CD/DVD-ROM </string> 137 137 </property> 138 138 <property name="text"> … … 140 140 </property> 141 141 <property name="text"> 142 <string># floppy</string>142 <string>#dvd</string> 143 143 </property> 144 144 <property name="pixmap"> 145 <pixmap> fd_16px.png</pixmap>145 <pixmap>cd_16px.png</pixmap> 146 146 </property> 147 147 <property name="pixmap"> … … 154 154 <item> 155 155 <property name="text"> 156 <string> CD/DVD-ROM</string>156 <string> Floppy </string> 157 157 </property> 158 158 <property name="text"> … … 160 160 </property> 161 161 <property name="text"> 162 <string># dvd</string>162 <string>#floppy</string> 163 163 </property> 164 164 <property name="pixmap"> 165 <pixmap> cd_16px.png</pixmap>165 <pixmap>fd_16px.png</pixmap> 166 166 </property> 167 167 <property name="pixmap"> … … 1508 1508 <widget class="QWidget"> 1509 1509 <property name="name"> 1510 <cstring>pageDVD</cstring> 1511 </property> 1512 <attribute name="id"> 1513 <number>3</number> 1514 </attribute> 1515 <vbox> 1516 <property name="name"> 1517 <cstring>unnamed</cstring> 1518 </property> 1519 <property name="margin"> 1520 <number>0</number> 1521 </property> 1522 <property name="spacing"> 1523 <number>10</number> 1524 </property> 1525 <widget class="QButtonGroup"> 1526 <property name="name"> 1527 <cstring>bgDVD</cstring> 1528 </property> 1529 <property name="title"> 1530 <string>&Mount CD/DVD Drive</string> 1531 </property> 1532 <property name="checkable"> 1533 <bool>true</bool> 1534 </property> 1535 <vbox> 1536 <property name="name"> 1537 <cstring>unnamed</cstring> 1538 </property> 1539 <widget class="QLayoutWidget"> 1540 <property name="name"> 1541 <cstring>layout39</cstring> 1542 </property> 1543 <hbox> 1544 <property name="name"> 1545 <cstring>unnamed</cstring> 1546 </property> 1547 <widget class="QRadioButton"> 1548 <property name="name"> 1549 <cstring>rbHostDVD</cstring> 1550 </property> 1551 <property name="text"> 1552 <string>Host CD/DVD &Drive</string> 1553 </property> 1554 <property name="accel"> 1555 <string>Alt+D</string> 1556 </property> 1557 <property name="whatsThis" stdset="0"> 1558 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string> 1559 </property> 1560 </widget> 1561 <widget class="QComboBox"> 1562 <property name="name"> 1563 <cstring>cbHostDVD</cstring> 1564 </property> 1565 <property name="whatsThis" stdset="0"> 1566 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string> 1567 </property> 1568 </widget> 1569 <spacer> 1570 <property name="name"> 1571 <cstring>spacer23</cstring> 1572 </property> 1573 <property name="orientation"> 1574 <enum>Horizontal</enum> 1575 </property> 1576 <property name="sizeType"> 1577 <enum>Expanding</enum> 1578 </property> 1579 <property name="sizeHint"> 1580 <size> 1581 <width>51</width> 1582 <height>20</height> 1583 </size> 1584 </property> 1585 </spacer> 1586 </hbox> 1587 </widget> 1588 <widget class="QLayoutWidget"> 1589 <property name="name"> 1590 <cstring>layout40</cstring> 1591 </property> 1592 <hbox> 1593 <property name="name"> 1594 <cstring>unnamed</cstring> 1595 </property> 1596 <widget class="QRadioButton"> 1597 <property name="name"> 1598 <cstring>rbISODVD</cstring> 1599 </property> 1600 <property name="text"> 1601 <string>&ISO Image File</string> 1602 </property> 1603 <property name="accel"> 1604 <string>Alt+I</string> 1605 </property> 1606 <property name="whatsThis" stdset="0"> 1607 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string> 1608 </property> 1609 </widget> 1610 <spacer> 1611 <property name="name"> 1612 <cstring>spacer35_4</cstring> 1613 </property> 1614 <property name="orientation"> 1615 <enum>Horizontal</enum> 1616 </property> 1617 <property name="sizeType"> 1618 <enum>Expanding</enum> 1619 </property> 1620 <property name="sizeHint"> 1621 <size> 1622 <width>156</width> 1623 <height>20</height> 1624 </size> 1625 </property> 1626 </spacer> 1627 </hbox> 1628 </widget> 1629 <widget class="QLayoutWidget"> 1630 <property name="name"> 1631 <cstring>cdLayout</cstring> 1632 </property> 1633 <hbox> 1634 <property name="name"> 1635 <cstring>unnamed</cstring> 1636 </property> 1637 <widget class="QToolButton"> 1638 <property name="name"> 1639 <cstring>tbISODVD</cstring> 1640 </property> 1641 <property name="focusPolicy"> 1642 <enum>TabFocus</enum> 1643 </property> 1644 <property name="text"> 1645 <string>Select</string> 1646 </property> 1647 <property name="iconSet"> 1648 <iconset></iconset> 1649 </property> 1650 <property name="textLabel"> 1651 <string>Select</string> 1652 </property> 1653 <property name="autoRaise"> 1654 <bool>true</bool> 1655 </property> 1656 <property name="whatsThis" stdset="0"> 1657 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string> 1658 </property> 1659 </widget> 1660 </hbox> 1661 </widget> 1662 </vbox> 1663 </widget> 1664 <spacer> 1665 <property name="name"> 1666 <cstring>spacer19</cstring> 1667 </property> 1668 <property name="orientation"> 1669 <enum>Vertical</enum> 1670 </property> 1671 <property name="sizeType"> 1672 <enum>Expanding</enum> 1673 </property> 1674 <property name="sizeHint"> 1675 <size> 1676 <width>20</width> 1677 <height>0</height> 1678 </size> 1679 </property> 1680 </spacer> 1681 </vbox> 1682 </widget> 1683 <widget class="QWidget"> 1684 <property name="name"> 1510 1685 <cstring>pageFloppy</cstring> 1511 1686 </property> … … 1665 1840 <property name="name"> 1666 1841 <cstring>spacer119</cstring> 1667 </property>1668 <property name="orientation">1669 <enum>Vertical</enum>1670 </property>1671 <property name="sizeType">1672 <enum>Expanding</enum>1673 </property>1674 <property name="sizeHint">1675 <size>1676 <width>20</width>1677 <height>0</height>1678 </size>1679 </property>1680 </spacer>1681 </vbox>1682 </widget>1683 <widget class="QWidget">1684 <property name="name">1685 <cstring>pageDVD</cstring>1686 </property>1687 <attribute name="id">1688 <number>3</number>1689 </attribute>1690 <vbox>1691 <property name="name">1692 <cstring>unnamed</cstring>1693 </property>1694 <property name="margin">1695 <number>0</number>1696 </property>1697 <property name="spacing">1698 <number>10</number>1699 </property>1700 <widget class="QButtonGroup">1701 <property name="name">1702 <cstring>bgDVD</cstring>1703 </property>1704 <property name="title">1705 <string>&Mount CD/DVD Drive</string>1706 </property>1707 <property name="checkable">1708 <bool>true</bool>1709 </property>1710 <vbox>1711 <property name="name">1712 <cstring>unnamed</cstring>1713 </property>1714 <widget class="QLayoutWidget">1715 <property name="name">1716 <cstring>layout39</cstring>1717 </property>1718 <hbox>1719 <property name="name">1720 <cstring>unnamed</cstring>1721 </property>1722 <widget class="QRadioButton">1723 <property name="name">1724 <cstring>rbHostDVD</cstring>1725 </property>1726 <property name="text">1727 <string>Host CD/DVD &Drive</string>1728 </property>1729 <property name="accel">1730 <string>Alt+D</string>1731 </property>1732 <property name="whatsThis" stdset="0">1733 <string>Mounts the specified CD/DVD drive to the virtual CD/DVD drive.</string>1734 </property>1735 </widget>1736 <widget class="QComboBox">1737 <property name="name">1738 <cstring>cbHostDVD</cstring>1739 </property>1740 <property name="whatsThis" stdset="0">1741 <string>Lists host CD/DVD drives available to mount to the virtual machine.</string>1742 </property>1743 </widget>1744 <spacer>1745 <property name="name">1746 <cstring>spacer23</cstring>1747 </property>1748 <property name="orientation">1749 <enum>Horizontal</enum>1750 </property>1751 <property name="sizeType">1752 <enum>Expanding</enum>1753 </property>1754 <property name="sizeHint">1755 <size>1756 <width>51</width>1757 <height>20</height>1758 </size>1759 </property>1760 </spacer>1761 </hbox>1762 </widget>1763 <widget class="QLayoutWidget">1764 <property name="name">1765 <cstring>layout40</cstring>1766 </property>1767 <hbox>1768 <property name="name">1769 <cstring>unnamed</cstring>1770 </property>1771 <widget class="QRadioButton">1772 <property name="name">1773 <cstring>rbISODVD</cstring>1774 </property>1775 <property name="text">1776 <string>&ISO Image File</string>1777 </property>1778 <property name="accel">1779 <string>Alt+I</string>1780 </property>1781 <property name="whatsThis" stdset="0">1782 <string>Mounts the specified CD/DVD image to the virtual CD/DVD drive.</string>1783 </property>1784 </widget>1785 <spacer>1786 <property name="name">1787 <cstring>spacer35_4</cstring>1788 </property>1789 <property name="orientation">1790 <enum>Horizontal</enum>1791 </property>1792 <property name="sizeType">1793 <enum>Expanding</enum>1794 </property>1795 <property name="sizeHint">1796 <size>1797 <width>156</width>1798 <height>20</height>1799 </size>1800 </property>1801 </spacer>1802 </hbox>1803 </widget>1804 <widget class="QLayoutWidget">1805 <property name="name">1806 <cstring>cdLayout</cstring>1807 </property>1808 <hbox>1809 <property name="name">1810 <cstring>unnamed</cstring>1811 </property>1812 <widget class="QToolButton">1813 <property name="name">1814 <cstring>tbISODVD</cstring>1815 </property>1816 <property name="focusPolicy">1817 <enum>TabFocus</enum>1818 </property>1819 <property name="text">1820 <string>Select</string>1821 </property>1822 <property name="iconSet">1823 <iconset></iconset>1824 </property>1825 <property name="textLabel">1826 <string>Select</string>1827 </property>1828 <property name="autoRaise">1829 <bool>true</bool>1830 </property>1831 <property name="whatsThis" stdset="0">1832 <string>Invokes the Virtual Disk Manager to select a CD/DVD image to mount.</string>1833 </property>1834 </widget>1835 </hbox>1836 </widget>1837 </vbox>1838 </widget>1839 <spacer>1840 <property name="name">1841 <cstring>spacer19</cstring>1842 1842 </property> 1843 1843 <property name="orientation"> … … 2838 2838 <tabstop>grbHDD</tabstop> 2839 2839 <tabstop>tbHDD</tabstop> 2840 <tabstop>rbHostDVD</tabstop> 2841 <tabstop>cbHostDVD</tabstop> 2842 <tabstop>rbISODVD</tabstop> 2843 <tabstop>tbISODVD</tabstop> 2840 2844 <tabstop>bgFloppy</tabstop> 2841 2845 <tabstop>rbHostFloppy</tabstop> … … 2843 2847 <tabstop>rbISOFloppy</tabstop> 2844 2848 <tabstop>tbISOFloppy</tabstop> 2845 <tabstop>rbHostDVD</tabstop>2846 <tabstop>cbHostDVD</tabstop>2847 <tabstop>rbISODVD</tabstop>2848 <tabstop>tbISODVD</tabstop>2849 2849 <tabstop>cbAudioDriver</tabstop> 2850 2850 <tabstop>cbEnableUSBController</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.