Changeset 66428e7
- Timestamp:
- 04/23/10 07:45:10 (13 years ago)
- Branches:
- master, qt5
- Children:
- cb7b999
- Parents:
- f299a08
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conferenceeditor.cpp
rf299a08 r66428e7 188 188 qDebug() << __PRETTY_FUNCTION__ << title; 189 189 addBtn->show(); 190 // removeItem should be shown later, but it takes some time, 191 // and not looks good 192 // anyway it will be shown a bit later 193 removeBtn->show(); 190 194 buttons->layout()->addItem(buttonsSpacer); 191 195 progressBar->hide(); -
src/gui/urlinputdialog.ui
rf299a08 r66428e7 3 3 <class>UrlInputDialog</class> 4 4 <widget class="QDialog" name="UrlInputDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>400</width> 10 <height>300</height> 11 </rect> 5 <property name="sizePolicy"> 6 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 7 <horstretch>0</horstretch> 8 <verstretch>0</verstretch> 9 </sizepolicy> 12 10 </property> 13 11 <property name="windowTitle">
Note: See TracChangeset
for help on using the changeset viewer.