mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-17 10:18:32 +02:00
wat
This commit is contained in:
parent
e1cd11e601
commit
5c99e7e59a
|
@ -7,10 +7,10 @@ use adw::glib::{Object, PropertySet};
|
||||||
use adw::prelude::{ActionRowExt, ButtonExt, EditableExt, PopoverExt};
|
use adw::prelude::{ActionRowExt, ButtonExt, EditableExt, PopoverExt};
|
||||||
use adw::subclass::prelude::ObjectSubclassIsExt;
|
use adw::subclass::prelude::ObjectSubclassIsExt;
|
||||||
use dbus::blocking::Connection;
|
use dbus::blocking::Connection;
|
||||||
use dbus::{Error};
|
use dbus::Error;
|
||||||
use glib::{clone};
|
use glib::clone;
|
||||||
|
use gtk::gio;
|
||||||
use gtk::prelude::{ListBoxRowExt, WidgetExt};
|
use gtk::prelude::{ListBoxRowExt, WidgetExt};
|
||||||
use gtk::{gio};
|
|
||||||
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
||||||
|
|
||||||
use crate::components::wifi::wifiBox::getConnectionSettings;
|
use crate::components::wifi::wifiBox::getConnectionSettings;
|
||||||
|
@ -18,8 +18,6 @@ use crate::components::wifi::wifiBoxImpl::WifiBox;
|
||||||
use crate::components::wifi::wifiEntryImpl;
|
use crate::components::wifi::wifiEntryImpl;
|
||||||
use crate::components::wifi::wifiOptions::WifiOptions;
|
use crate::components::wifi::wifiOptions::WifiOptions;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
glib::wrapper! {
|
glib::wrapper! {
|
||||||
pub struct WifiEntry(ObjectSubclass<wifiEntryImpl::WifiEntry>)
|
pub struct WifiEntry(ObjectSubclass<wifiEntryImpl::WifiEntry>)
|
||||||
@extends adw::ActionRow, gtk::Widget,
|
@extends adw::ActionRow, gtk::Widget,
|
||||||
|
|
|
@ -8,7 +8,6 @@ use adw::subclass::preferences_row::PreferencesRowImpl;
|
||||||
use adw::subclass::prelude::ActionRowImpl;
|
use adw::subclass::prelude::ActionRowImpl;
|
||||||
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
||||||
|
|
||||||
#[allow(non_snake_case)]
|
|
||||||
#[derive(Default, CompositeTemplate)]
|
#[derive(Default, CompositeTemplate)]
|
||||||
#[template(resource = "/org/Xetibo/ReSet/resetWifiEntry.ui")]
|
#[template(resource = "/org/Xetibo/ReSet/resetWifiEntry.ui")]
|
||||||
pub struct WifiEntry {
|
pub struct WifiEntry {
|
||||||
|
|
Loading…
Reference in a new issue