summaryrefslogtreecommitdiffstats
path: root/gui/browserdialog.ui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-20 02:29:36 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-20 02:29:36 +0200
commitbbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2 (patch)
treedbcb9dc6e2858b9e6b59f3a11098e38b3092ff75 /gui/browserdialog.ui
parentc92ad7dcf86f2e5e71d71a68e24e79fbdeceb56d (diff)
downloadMultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.gz
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.lz
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.xz
MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.zip
Sync, removal of webkit as a dependency, removal of the web windows.
Diffstat (limited to 'gui/browserdialog.ui')
-rw-r--r--gui/browserdialog.ui92
1 files changed, 0 insertions, 92 deletions
diff --git a/gui/browserdialog.ui b/gui/browserdialog.ui
deleted file mode 100644
index f32b9822..00000000
--- a/gui/browserdialog.ui
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>BrowserDialog</class>
- <widget class="QDialog" name="BrowserDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>535</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="toolbarLayout">
- <item>
- <widget class="QCommandLinkButton" name="btnBack">
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Back</string>
- </property>
- <property name="icon">
- <iconset theme="go-previous"/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCommandLinkButton" name="btnForward">
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Forward</string>
- </property>
- <property name="icon">
- <iconset theme="go-next"/>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="toolbarSpacer_1">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QWebView" name="webView">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="url">
- <url>
- <string>about:blank</string>
- </url>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>QWebView</class>
- <extends>QWidget</extends>
- <header>QtWebKitWidgets/QWebView</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>