home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / hplip / ui / faxsendjobform_base.py < prev    next >
Encoding:
Python Source  |  2006-08-30  |  21.8 KB  |  473 lines

  1. # -*- coding: utf-8 -*-
  2.  
  3. # Form implementation generated from reading ui file 'ui/faxsendjobform_base.ui'
  4. #
  5. # Created: Wed Aug 30 11:37:47 2006
  6. #      by: The PyQt User Interface Compiler (pyuic) 3.16
  7. #
  8. # WARNING! All changes made in this file will be lost!
  9.  
  10.  
  11. import sys
  12. from qt import *
  13.  
  14.  
  15. class FaxSendJobForm_base(QDialog):
  16.     def __init__(self,parent = None,name = None,modal = 0,fl = 0):
  17.         QDialog.__init__(self,parent,name,modal,fl)
  18.  
  19.         if not name:
  20.             self.setName("FaxSendJobForm_base")
  21.  
  22.  
  23.         FaxSendJobForm_baseLayout = QGridLayout(self,1,1,11,6,"FaxSendJobForm_baseLayout")
  24.  
  25.         self.addressBookButton = QPushButton(self,"addressBookButton")
  26.  
  27.         FaxSendJobForm_baseLayout.addWidget(self.addressBookButton,1,0)
  28.  
  29.         self.pushButton29 = QPushButton(self,"pushButton29")
  30.  
  31.         FaxSendJobForm_baseLayout.addWidget(self.pushButton29,1,3)
  32.  
  33.         self.sendNowButton = QPushButton(self,"sendNowButton")
  34.         self.sendNowButton.setEnabled(0)
  35.  
  36.         FaxSendJobForm_baseLayout.addWidget(self.sendNowButton,1,4)
  37.  
  38.         self.tabWidget2 = QTabWidget(self,"tabWidget2")
  39.  
  40.         self.tab = QWidget(self.tabWidget2,"tab")
  41.         tabLayout = QGridLayout(self.tab,1,1,11,6,"tabLayout")
  42.  
  43.         self.textLabel3_2 = QLabel(self.tab,"textLabel3_2")
  44.         self.textLabel3_2.setSizePolicy(QSizePolicy(QSizePolicy.Preferred,QSizePolicy.Preferred,0,0,self.textLabel3_2.sizePolicy().hasHeightForWidth()))
  45.  
  46.         tabLayout.addMultiCellWidget(self.textLabel3_2,0,0,0,1)
  47.  
  48.         self.fileListView = QListView(self.tab,"fileListView")
  49.         self.fileListView.addColumn(self.__tr("Name/Title"))
  50.         self.fileListView.header().setClickEnabled(0,self.fileListView.header().count() - 1)
  51.         self.fileListView.addColumn(self.__tr("File Type"))
  52.         self.fileListView.header().setClickEnabled(0,self.fileListView.header().count() - 1)
  53.         self.fileListView.addColumn(self.__tr("Pages (Total=0)"))
  54.         self.fileListView.header().setClickEnabled(0,self.fileListView.header().count() - 1)
  55.  
  56.         tabLayout.addMultiCellWidget(self.fileListView,3,6,0,0)
  57.  
  58.         self.buttonGroup3 = QButtonGroup(self.tab,"buttonGroup3")
  59.         self.buttonGroup3.setColumnLayout(0,Qt.Vertical)
  60.         self.buttonGroup3.layout().setSpacing(6)
  61.         self.buttonGroup3.layout().setMargin(11)
  62.         buttonGroup3Layout = QGridLayout(self.buttonGroup3.layout())
  63.         buttonGroup3Layout.setAlignment(Qt.AlignTop)
  64.  
  65.         layout9 = QHBoxLayout(None,0,6,"layout9")
  66.  
  67.         self.textLabel1_2 = QLabel(self.buttonGroup3,"textLabel1_2")
  68.         layout9.addWidget(self.textLabel1_2)
  69.  
  70.         self.fileEdit = QLineEdit(self.buttonGroup3,"fileEdit")
  71.         layout9.addWidget(self.fileEdit)
  72.  
  73.         self.browsePushButton = QPushButton(self.buttonGroup3,"browsePushButton")
  74.         layout9.addWidget(self.browsePushButton)
  75.  
  76.         buttonGroup3Layout.addMultiCellLayout(layout9,0,0,0,2)
  77.  
  78.         self.addFilePushButton = QPushButton(self.buttonGroup3,"addFilePushButton")
  79.         self.addFilePushButton.setEnabled(0)
  80.  
  81.         buttonGroup3Layout.addWidget(self.addFilePushButton,1,2)
  82.         spacer8 = QSpacerItem(170,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
  83.         buttonGroup3Layout.addItem(spacer8,1,1)
  84.  
  85.         self.allowableTypesPushButton = QPushButton(self.buttonGroup3,"allowableTypesPushButton")
  86.  
  87.         buttonGroup3Layout.addWidget(self.allowableTypesPushButton,1,0)
  88.  
  89.         tabLayout.addWidget(self.buttonGroup3,7,0)
  90.  
  91.         self.groupBox1 = QGroupBox(self.tab,"groupBox1")
  92.         self.groupBox1.setColumnLayout(0,Qt.Vertical)
  93.         self.groupBox1.layout().setSpacing(6)
  94.         self.groupBox1.layout().setMargin(11)
  95.         groupBox1Layout = QGridLayout(self.groupBox1.layout())
  96.         groupBox1Layout.setAlignment(Qt.AlignTop)
  97.  
  98.         self.addCoverpagePushButton = QPushButton(self.groupBox1,"addCoverpagePushButton")
  99.  
  100.         groupBox1Layout.addWidget(self.addCoverpagePushButton,0,2)
  101.  
  102.         self.editCoverpagePushButton = QPushButton(self.groupBox1,"editCoverpagePushButton")
  103.         self.editCoverpagePushButton.setEnabled(0)
  104.  
  105.         groupBox1Layout.addWidget(self.editCoverpagePushButton,0,1)
  106.         spacer6 = QSpacerItem(190,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
  107.         groupBox1Layout.addItem(spacer6,0,0)
  108.  
  109.         tabLayout.addWidget(self.groupBox1,8,0)
  110.  
  111.         self.line1_2 = QFrame(self.tab,"line1_2")
  112.         self.line1_2.setFrameShape(QFrame.HLine)
  113.         self.line1_2.setFrameShadow(QFrame.Sunken)
  114.         self.line1_2.setFrameShape(QFrame.HLine)
  115.  
  116.         tabLayout.addMultiCellWidget(self.line1_2,1,2,0,1)
  117.  
  118.         self.delFileButton = QToolButton(self.tab,"delFileButton")
  119.         self.delFileButton.setEnabled(0)
  120.         self.delFileButton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.delFileButton.sizePolicy().hasHeightForWidth()))
  121.         self.delFileButton.setMinimumSize(QSize(32,32))
  122.         self.delFileButton.setMaximumSize(QSize(32,32))
  123.  
  124.         tabLayout.addMultiCellWidget(self.delFileButton,2,3,1,1)
  125.  
  126.         self.upFileButton = QToolButton(self.tab,"upFileButton")
  127.         self.upFileButton.setEnabled(0)
  128.         self.upFileButton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.upFileButton.sizePolicy().hasHeightForWidth()))
  129.         self.upFileButton.setMinimumSize(QSize(32,32))
  130.         self.upFileButton.setMaximumSize(QSize(32,32))
  131.  
  132.         tabLayout.addWidget(self.upFileButton,4,1)
  133.  
  134.         self.downFileButton = QToolButton(self.tab,"downFileButton")
  135.         self.downFileButton.setEnabled(0)
  136.         self.downFileButton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.downFileButton.sizePolicy().hasHeightForWidth()))
  137.         self.downFileButton.setMinimumSize(QSize(32,32))
  138.         self.downFileButton.setMaximumSize(QSize(32,32))
  139.  
  140.         tabLayout.addWidget(self.downFileButton,5,1)
  141.         spacer7 = QSpacerItem(20,300,QSizePolicy.Minimum,QSizePolicy.Expanding)
  142.         tabLayout.addMultiCell(spacer7,6,9,1,1)
  143.  
  144.         self.groupBox5 = QGroupBox(self.tab,"groupBox5")
  145.         self.groupBox5.setColumnLayout(0,Qt.Vertical)
  146.         self.groupBox5.layout().setSpacing(6)
  147.         self.groupBox5.layout().setMargin(11)
  148.         groupBox5Layout = QGridLayout(self.groupBox5.layout())
  149.         groupBox5Layout.setAlignment(Qt.AlignTop)
  150.  
  151.         self.appPrintNoteLabel = QLabel(self.groupBox5,"appPrintNoteLabel")
  152.  
  153.         groupBox5Layout.addWidget(self.appPrintNoteLabel,0,0)
  154.  
  155.         tabLayout.addWidget(self.groupBox5,9,0)
  156.         spacer7_2 = QSpacerItem(20,20,QSizePolicy.Minimum,QSizePolicy.Expanding)
  157.         tabLayout.addItem(spacer7_2,10,0)
  158.         self.tabWidget2.insertTab(self.tab,QString.fromLatin1(""))
  159.  
  160.         self.tab_2 = QWidget(self.tabWidget2,"tab_2")
  161.         tabLayout_2 = QGridLayout(self.tab_2,1,1,11,6,"tabLayout_2")
  162.  
  163.         self.textLabel3 = QLabel(self.tab_2,"textLabel3")
  164.  
  165.         tabLayout_2.addMultiCellWidget(self.textLabel3,0,0,0,1)
  166.  
  167.         self.line1 = QFrame(self.tab_2,"line1")
  168.         self.line1.setFrameShape(QFrame.HLine)
  169.         self.line1.setFrameShadow(QFrame.Sunken)
  170.         self.line1.setFrameShape(QFrame.HLine)
  171.  
  172.         tabLayout_2.addMultiCellWidget(self.line1,1,1,0,1)
  173.  
  174.         self.textLabel1 = QLabel(self.tab_2,"textLabel1")
  175.  
  176.         tabLayout_2.addMultiCellWidget(self.textLabel1,2,2,0,1)
  177.  
  178.         self.individualSendListView = QListView(self.tab_2,"individualSendListView")
  179.         self.individualSendListView.addColumn(self.__tr("Select"))
  180.         self.individualSendListView.addColumn(self.__tr("Name"))
  181.         self.individualSendListView.addColumn(self.__tr("Fax Number"))
  182.         self.individualSendListView.addColumn(self.__tr("Notes/Other Information"))
  183.         self.individualSendListView.setSelectionMode(QListView.NoSelection)
  184.  
  185.         tabLayout_2.addMultiCellWidget(self.individualSendListView,3,3,0,1)
  186.  
  187.         self.textLabel2 = QLabel(self.tab_2,"textLabel2")
  188.  
  189.         tabLayout_2.addMultiCellWidget(self.textLabel2,4,4,0,1)
  190.  
  191.         self.groupSendListView = QListView(self.tab_2,"groupSendListView")
  192.         self.groupSendListView.addColumn(self.__tr("Select"))
  193.         self.groupSendListView.addColumn(self.__tr("Group"))
  194.         self.groupSendListView.addColumn(self.__tr("Group Members"))
  195.         self.groupSendListView.setEnabled(1)
  196.         self.groupSendListView.setSelectionMode(QListView.NoSelection)
  197.  
  198.         tabLayout_2.addMultiCellWidget(self.groupSendListView,5,5,0,1)
  199.  
  200.         self.textLabel5 = QLabel(self.tab_2,"textLabel5")
  201.  
  202.         tabLayout_2.addWidget(self.textLabel5,6,0)
  203.  
  204.         self.selectionEdit = QLineEdit(self.tab_2,"selectionEdit")
  205.         self.selectionEdit.setReadOnly(1)
  206.  
  207.         tabLayout_2.addWidget(self.selectionEdit,6,1)
  208.         self.tabWidget2.insertTab(self.tab_2,QString.fromLatin1(""))
  209.  
  210.         self.TabPage = QWidget(self.tabWidget2,"TabPage")
  211.         TabPageLayout = QGridLayout(self.TabPage,1,1,11,6,"TabPageLayout")
  212.         spacer11 = QSpacerItem(20,200,QSizePolicy.Minimum,QSizePolicy.Expanding)
  213.         TabPageLayout.addItem(spacer11,9,0)
  214.  
  215.         layout7 = QHBoxLayout(None,0,6,"layout7")
  216.  
  217.         self.textLabel7_2 = QLabel(self.TabPage,"textLabel7_2")
  218.         layout7.addWidget(self.textLabel7_2)
  219.  
  220.         layout6 = QHBoxLayout(None,0,6,"layout6")
  221.  
  222.         self.StateText = QLabel(self.TabPage,"StateText")
  223.         self.StateText.setSizePolicy(QSizePolicy(QSizePolicy.Ignored,QSizePolicy.Preferred,0,0,self.StateText.sizePolicy().hasHeightForWidth()))
  224.         layout6.addWidget(self.StateText)
  225.  
  226.         self.refreshToolButton = QToolButton(self.TabPage,"refreshToolButton")
  227.         self.refreshToolButton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.refreshToolButton.sizePolicy().hasHeightForWidth()))
  228.         self.refreshToolButton.setMinimumSize(QSize(32,32))
  229.         self.refreshToolButton.setMaximumSize(QSize(32,32))
  230.         layout6.addWidget(self.refreshToolButton)
  231.         layout7.addLayout(layout6)
  232.  
  233.         TabPageLayout.addLayout(layout7,8,0)
  234.  
  235.         layout9_2 = QHBoxLayout(None,0,6,"layout9_2")
  236.  
  237.         self.textLabel9 = QLabel(self.TabPage,"textLabel9")
  238.         layout9_2.addWidget(self.textLabel9)
  239.  
  240.         self.LocationText = QLabel(self.TabPage,"LocationText")
  241.         self.LocationText.setSizePolicy(QSizePolicy(QSizePolicy.Ignored,QSizePolicy.Preferred,0,0,self.LocationText.sizePolicy().hasHeightForWidth()))
  242.         layout9_2.addWidget(self.LocationText)
  243.  
  244.         TabPageLayout.addLayout(layout9_2,5,0)
  245.  
  246.         self.line12 = QFrame(self.TabPage,"line12")
  247.         self.line12.setFrameShape(QFrame.HLine)
  248.         self.line12.setFrameShadow(QFrame.Sunken)
  249.         self.line12.setFrameShape(QFrame.HLine)
  250.  
  251.         TabPageLayout.addWidget(self.line12,7,0)
  252.  
  253.         layout5 = QHBoxLayout(None,0,6,"layout5")
  254.  
  255.         self.textLabel6 = QLabel(self.TabPage,"textLabel6")
  256.         layout5.addWidget(self.textLabel6)
  257.  
  258.         self.printerNameComboBox = QComboBox(0,self.TabPage,"printerNameComboBox")
  259.         self.printerNameComboBox.setSizePolicy(QSizePolicy(QSizePolicy.Ignored,QSizePolicy.Fixed,0,0,self.printerNameComboBox.sizePolicy().hasHeightForWidth()))
  260.         layout5.addWidget(self.printerNameComboBox)
  261.  
  262.         TabPageLayout.addLayout(layout5,2,0)
  263.  
  264.         self.line11 = QFrame(self.TabPage,"line11")
  265.         self.line11.setFrameShape(QFrame.HLine)
  266.         self.line11.setFrameShadow(QFrame.Sunken)
  267.         self.line11.setFrameShape(QFrame.HLine)
  268.  
  269.         TabPageLayout.addWidget(self.line11,3,0)
  270.  
  271.         layout10 = QHBoxLayout(None,0,6,"layout10")
  272.  
  273.         self.textLabel7 = QLabel(self.TabPage,"textLabel7")
  274.         layout10.addWidget(self.textLabel7)
  275.  
  276.         self.DeviceURIText = QLabel(self.TabPage,"DeviceURIText")
  277.         self.DeviceURIText.setSizePolicy(QSizePolicy(QSizePolicy.Ignored,QSizePolicy.Preferred,0,0,self.DeviceURIText.sizePolicy().hasHeightForWidth()))
  278.         layout10.addWidget(self.DeviceURIText)
  279.  
  280.         TabPageLayout.addLayout(layout10,4,0)
  281.  
  282.         layout8 = QHBoxLayout(None,0,6,"layout8")
  283.  
  284.         self.textLabel10 = QLabel(self.TabPage,"textLabel10")
  285.         layout8.addWidget(self.textLabel10)
  286.  
  287.         self.CommentText = QLabel(self.TabPage,"CommentText")
  288.         self.CommentText.setSizePolicy(QSizePolicy(QSizePolicy.Ignored,QSizePolicy.Preferred,0,0,self.CommentText.sizePolicy().hasHeightForWidth()))
  289.         layout8.addWidget(self.CommentText)
  290.  
  291.         TabPageLayout.addLayout(layout8,6,0)
  292.  
  293.         self.line1_2_2_2 = QFrame(self.TabPage,"line1_2_2_2")
  294.         self.line1_2_2_2.setFrameShape(QFrame.HLine)
  295.         self.line1_2_2_2.setFrameShadow(QFrame.Sunken)
  296.         self.line1_2_2_2.setFrameShape(QFrame.HLine)
  297.  
  298.         TabPageLayout.addWidget(self.line1_2_2_2,1,0)
  299.  
  300.         self.textLabel3_2_2_2 = QLabel(self.TabPage,"textLabel3_2_2_2")
  301.  
  302.         TabPageLayout.addWidget(self.textLabel3_2_2_2,0,0)
  303.         self.tabWidget2.insertTab(self.TabPage,QString.fromLatin1(""))
  304.  
  305.         FaxSendJobForm_baseLayout.addMultiCellWidget(self.tabWidget2,0,0,0,4)
  306.         spacer30 = QSpacerItem(70,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
  307.         FaxSendJobForm_baseLayout.addItem(spacer30,1,2)
  308.  
  309.         self.settingsPushButton = QPushButton(self,"settingsPushButton")
  310.  
  311.         FaxSendJobForm_baseLayout.addWidget(self.settingsPushButton,1,1)
  312.  
  313.         self.languageChange()
  314.  
  315.         self.resize(QSize(546,541).expandedTo(self.minimumSizeHint()))
  316.         self.clearWState(Qt.WState_Polished)
  317.  
  318.         self.connect(self.pushButton29,SIGNAL("clicked()"),self.reject)
  319.         self.connect(self.individualSendListView,SIGNAL("clicked(QListViewItem*)"),self.individualSendListView_clicked)
  320.         self.connect(self.groupSendListView,SIGNAL("clicked(QListViewItem*)"),self.groupSendListView_clicked)
  321.         self.connect(self.addressBookButton,SIGNAL("clicked()"),self.addressBookButton_clicked)
  322.         self.connect(self.sendNowButton,SIGNAL("clicked()"),self.sendNowButton_clicked)
  323.         self.connect(self.delFileButton,SIGNAL("clicked()"),self.delFileButton_clicked)
  324.         self.connect(self.addFilePushButton,SIGNAL("clicked()"),self.addFilePushButton_clicked)
  325.         self.connect(self.browsePushButton,SIGNAL("clicked()"),self.browsePushButton_clicked)
  326.         self.connect(self.upFileButton,SIGNAL("clicked()"),self.upFileButton_clicked)
  327.         self.connect(self.downFileButton,SIGNAL("clicked()"),self.downFileButton_clicked)
  328.         self.connect(self.fileEdit,SIGNAL("textChanged(const QString&)"),self.fileEdit_textChanged)
  329.         self.connect(self.addCoverpagePushButton,SIGNAL("clicked()"),self.addCoverpagePushButton_clicked)
  330.         self.connect(self.refreshToolButton,SIGNAL("clicked()"),self.refreshToolButton_clicked)
  331.         self.connect(self.printerNameComboBox,SIGNAL("highlighted(const QString&)"),self.printerNameComboBox_highlighted)
  332.         self.connect(self.editCoverpagePushButton,SIGNAL("clicked()"),self.editCoverpagePushButton_clicked)
  333.         self.connect(self.settingsPushButton,SIGNAL("clicked()"),self.settingsPushButton_clicked)
  334.         self.connect(self.allowableTypesPushButton,SIGNAL("clicked()"),self.allowableTypesPushButton_clicked)
  335.  
  336.         self.setTabOrder(self.fileListView,self.fileEdit)
  337.         self.setTabOrder(self.fileEdit,self.browsePushButton)
  338.         self.setTabOrder(self.browsePushButton,self.addFilePushButton)
  339.         self.setTabOrder(self.addFilePushButton,self.editCoverpagePushButton)
  340.         self.setTabOrder(self.editCoverpagePushButton,self.addCoverpagePushButton)
  341.         self.setTabOrder(self.addCoverpagePushButton,self.addressBookButton)
  342.         self.setTabOrder(self.addressBookButton,self.settingsPushButton)
  343.         self.setTabOrder(self.settingsPushButton,self.pushButton29)
  344.         self.setTabOrder(self.pushButton29,self.sendNowButton)
  345.         self.setTabOrder(self.sendNowButton,self.tabWidget2)
  346.         self.setTabOrder(self.tabWidget2,self.individualSendListView)
  347.         self.setTabOrder(self.individualSendListView,self.groupSendListView)
  348.         self.setTabOrder(self.groupSendListView,self.selectionEdit)
  349.         self.setTabOrder(self.selectionEdit,self.printerNameComboBox)
  350.  
  351.  
  352.     def languageChange(self):
  353.         self.setCaption(self.__tr("HP Device Manager - Send Fax"))
  354.         self.addressBookButton.setText(self.__tr("Address Book..."))
  355.         self.pushButton29.setText(self.__tr("Close"))
  356.         self.sendNowButton.setText(self.__tr("Send Fax"))
  357.         self.textLabel3_2.setText(self.__tr("<b>Add items to the list to send as a fax.</b>"))
  358.         self.fileListView.header().setLabel(0,self.__tr("Name/Title"))
  359.         self.fileListView.header().setLabel(1,self.__tr("File Type"))
  360.         self.fileListView.header().setLabel(2,self.__tr("Pages (Total=0)"))
  361.         self.buttonGroup3.setTitle(self.__tr("File"))
  362.         self.textLabel1_2.setText(self.__tr("File:"))
  363.         self.browsePushButton.setText(self.__tr("Browse..."))
  364.         self.addFilePushButton.setText(self.__tr("Add to List"))
  365.         self.allowableTypesPushButton.setText(self.__tr("Show Types..."))
  366.         self.groupBox1.setTitle(self.__tr("Coverpage"))
  367.         self.addCoverpagePushButton.setText(self.__tr("Add to List..."))
  368.         self.editCoverpagePushButton.setText(self.__tr("Edit..."))
  369.         self.delFileButton.setText(QString.null)
  370.         self.delFileButton.setTextLabel(self.__tr("Remove file from list"))
  371.         self.upFileButton.setText(QString.null)
  372.         self.upFileButton.setTextLabel(self.__tr("Move file up in list"))
  373.         self.downFileButton.setText(QString.null)
  374.         self.downFileButton.setTextLabel(self.__tr("Move file down in list"))
  375.         self.groupBox5.setTitle(self.__tr("Application Document"))
  376.         self.appPrintNoteLabel.setText(self.__tr("<i>You can also add items by printing documents from an application using the CUPS printer '%1'.</i>"))
  377.         self.tabWidget2.changeTab(self.tab,self.__tr("Items"))
  378.         self.textLabel3.setText(self.__tr("<b>Select the individuals and/or groups as fax recipients.</b>"))
  379.         self.textLabel1.setText(self.__tr("Individual(s):"))
  380.         self.individualSendListView.header().setLabel(0,self.__tr("Select"))
  381.         self.individualSendListView.header().setLabel(1,self.__tr("Name"))
  382.         self.individualSendListView.header().setLabel(2,self.__tr("Fax Number"))
  383.         self.individualSendListView.header().setLabel(3,self.__tr("Notes/Other Information"))
  384.         self.textLabel2.setText(self.__tr("Group(s):"))
  385.         self.groupSendListView.header().setLabel(0,self.__tr("Select"))
  386.         self.groupSendListView.header().setLabel(1,self.__tr("Group"))
  387.         self.groupSendListView.header().setLabel(2,self.__tr("Group Members"))
  388.         self.textLabel5.setText(self.__tr("Selection:"))
  389.         self.tabWidget2.changeTab(self.tab_2,self.__tr("Recipients"))
  390.         self.textLabel7_2.setText(self.__tr("Status:"))
  391.         self.StateText.setText(QString.null)
  392.         self.refreshToolButton.setText(QString.null)
  393.         QToolTip.add(self.refreshToolButton,self.__tr("Refresh status"))
  394.         self.textLabel9.setText(self.__tr("Location:"))
  395.         self.LocationText.setText(QString.null)
  396.         self.textLabel6.setText(self.__tr("Name:"))
  397.         self.textLabel7.setText(self.__tr("Device URI:"))
  398.         self.DeviceURIText.setText(QString.null)
  399.         self.textLabel10.setText(self.__tr("Comment:"))
  400.         self.CommentText.setText(QString.null)
  401.         self.textLabel3_2_2_2.setText(self.__tr("<b>Device information and status.</b>"))
  402.         self.tabWidget2.changeTab(self.TabPage,self.__tr("Device"))
  403.         self.settingsPushButton.setText(self.__tr("Settings..."))
  404.  
  405.  
  406.     def individualSendListView_clicked(self,a0):
  407.         print "FaxSendJobForm_base.individualSendListView_clicked(QListViewItem*): Not implemented yet"
  408.  
  409.     def groupSendListView_clicked(self,a0):
  410.         print "FaxSendJobForm_base.groupSendListView_clicked(QListViewItem*): Not implemented yet"
  411.  
  412.     def addressBookButton_clicked(self):
  413.         print "FaxSendJobForm_base.addressBookButton_clicked(): Not implemented yet"
  414.  
  415.     def sendLaterButton_clicked(self):
  416.         print "FaxSendJobForm_base.sendLaterButton_clicked(): Not implemented yet"
  417.  
  418.     def sendNowButton_clicked(self):
  419.         print "FaxSendJobForm_base.sendNowButton_clicked(): Not implemented yet"
  420.  
  421.     def addFileButton_clicked(self):
  422.         print "FaxSendJobForm_base.addFileButton_clicked(): Not implemented yet"
  423.  
  424.     def delFileButton_clicked(self):
  425.         print "FaxSendJobForm_base.delFileButton_clicked(): Not implemented yet"
  426.  
  427.     def addFilePushButton_clicked(self):
  428.         print "FaxSendJobForm_base.addFilePushButton_clicked(): Not implemented yet"
  429.  
  430.     def browsePushButton_clicked(self):
  431.         print "FaxSendJobForm_base.browsePushButton_clicked(): Not implemented yet"
  432.  
  433.     def upFileButton_clicked(self):
  434.         print "FaxSendJobForm_base.upFileButton_clicked(): Not implemented yet"
  435.  
  436.     def downFileButton_clicked(self):
  437.         print "FaxSendJobForm_base.downFileButton_clicked(): Not implemented yet"
  438.  
  439.     def fileEdit_textChanged(self,a0):
  440.         print "FaxSendJobForm_base.fileEdit_textChanged(const QString&): Not implemented yet"
  441.  
  442.     def titleEdit_textChanged(self,a0):
  443.         print "FaxSendJobForm_base.titleEdit_textChanged(const QString&): Not implemented yet"
  444.  
  445.     def addCoverpagePushButton_clicked(self):
  446.         print "FaxSendJobForm_base.addCoverpagePushButton_clicked(): Not implemented yet"
  447.  
  448.     def refreshToolButton_clicked(self):
  449.         print "FaxSendJobForm_base.refreshToolButton_clicked(): Not implemented yet"
  450.  
  451.     def printerNameComboBox_highlighted(self,a0):
  452.         print "FaxSendJobForm_base.printerNameComboBox_highlighted(const QString&): Not implemented yet"
  453.  
  454.     def editCoverpagePushButton_clicked(self):
  455.         print "FaxSendJobForm_base.editCoverpagePushButton_clicked(): Not implemented yet"
  456.  
  457.     def settingsPushButton_clicked(self):
  458.         print "FaxSendJobForm_base.settingsPushButton_clicked(): Not implemented yet"
  459.  
  460.     def allowableTypesPushButton_clicked(self):
  461.         print "FaxSendJobForm_base.allowableTypesPushButton_clicked(): Not implemented yet"
  462.  
  463.     def __tr(self,s,c = None):
  464.         return qApp.translate("FaxSendJobForm_base",s,c)
  465.  
  466. if __name__ == "__main__":
  467.     a = QApplication(sys.argv)
  468.     QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))
  469.     w = FaxSendJobForm_base()
  470.     a.setMainWidget(w)
  471.     w.show()
  472.     a.exec_loop()
  473.