~diegosarmentero/ubuntuone-control-panel/x-button

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/share_links.py

  • Committer: Tarmac
  • Author(s): Diego Sarmentero
  • Date: 2012-10-15 14:12:20 UTC
  • mfrom: (364.3.1 u1-cp-go-back)
  • Revision ID: tarmac-20121015141220-1lk2wqe5bfd6bhzb
- Setting text decoration to underline and change the cursor type to PointingHandCursor. (LP: #1065192).

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        EnhancedLineEdit(self.ui.line_copy_link, self._copy_link_from_line,
81
81
            text=COPY_LINK)
82
82
 
 
83
        # Set cursor type
 
84
        self.ui.back_to_file_list.setCursor(QtCore.Qt.PointingHandCursor)
 
85
        self.ui.open_in_browser.setCursor(QtCore.Qt.PointingHandCursor)
 
86
 
83
87
        self.ui.line_search.itemSelected.connect(self.share_file)
84
88
        self.ui.back_to_file_list.clicked.connect(self._move_to_main_list)
85
89
        self.ui.open_in_browser.clicked.connect(self._open_in_browser)